Home
last modified time | relevance | path

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

/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.h317 bool AddInheritance(DwarfInheritance* inheritance);
H A DDwarfTypes.cpp866 DwarfCompoundType::AddInheritance(DwarfInheritance* inheritance) in AddInheritance() function in DwarfCompoundType
H A DDwarfTypeFactory.cpp555 if (inheritance == NULL || !type->AddInheritance(inheritance)) { in _CreateCompoundType()