Home
last modified time | relevance | path

Searched refs:containingType (Results 1 – 3 of 3) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.cpp1262 DwarfType* containingType; in _CreatePointerToMemberType() local
1264 containingType); in _CreatePointerToMemberType()
1267 BReference<Type> containingTypeReference(containingType, true); in _CreatePointerToMemberType()
1270 = dynamic_cast<DwarfCompoundType*>(containingType); in _CreatePointerToMemberType()
H A DDwarfTypes.cpp1565 DIEPointerToMemberType* entry, DwarfCompoundType* containingType, in DwarfPointerToMemberType() argument
1570 fContainingType(containingType), in DwarfPointerToMemberType()
H A DDwarfTypes.h566 DwarfCompoundType* containingType,