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

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

Completed in 51 milliseconds