Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp506 CompilerType base_class_type = in GetDirectBaseClassAtIndex() local
509 if (base_class_type.IsValid()) in GetDirectBaseClassAtIndex()
511 TypeImplSP(new TypeImpl(base_class_type)), bit_offset)); in GetDirectBaseClassAtIndex()
522 CompilerType base_class_type = in GetVirtualBaseClassAtIndex() local
525 if (base_class_type.IsValid()) in GetVirtualBaseClassAtIndex()
527 TypeImplSP(new TypeImpl(base_class_type)), bit_offset)); in GetVirtualBaseClassAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp482 CompilerType base_class_type = in PrivateAutoCompleteMembers() local
487 base_class_type.GetCanonicalType(), request); in PrivateAutoCompleteMembers()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1509 Type *base_class_type = die.ResolveTypeUID(encoding_form.Reference()); in ParseInheritance() local
1510 if (base_class_type == nullptr) { in ParseInheritance()
1522 CompilerType base_class_clang_type = base_class_type->GetFullCompilerType(); in ParseInheritance()