Searched refs:fContainingType (Results 1 – 4 of 4) sorted by relevance
1570 fContainingType(containingType), in DwarfPointerToMemberType()1573 fContainingType->AcquireReference(); in DwarfPointerToMemberType()1580 fContainingType->ReleaseReference(); in ~DwarfPointerToMemberType()1588 return fContainingType; in ContainingType()
580 DwarfCompoundType* fContainingType; variable
1448 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()
953 { return fContainingType; } in ContainingType()967 DIECompoundType* fContainingType;