Home
last modified time | relevance | path

Searched refs:fContainingType (Results 1 – 4 of 4) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.cpp1570 fContainingType(containingType), in DwarfPointerToMemberType()
1573 fContainingType->AcquireReference(); in DwarfPointerToMemberType()
1580 fContainingType->ReleaseReference(); in ~DwarfPointerToMemberType()
1588 return fContainingType; in ContainingType()
H A DDwarfTypes.h580 DwarfCompoundType* fContainingType; variable
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntries.cpp1448 fContainingType(NULL), in DIEPointerToMemberType()
1480 fContainingType = dynamic_cast<DIECompoundType*>(type); in AddAttribute_containing_type()
1481 return fContainingType != NULL ? B_OK : B_BAD_DATA; in AddAttribute_containing_type()
H A DDebugInfoEntries.h953 { return fContainingType; } in ContainingType()
967 DIECompoundType* fContainingType;