Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBType.cpp415 CompilerType base_class_type = in GetDirectBaseClassAtIndex() local
418 if (base_class_type.IsValid()) in GetDirectBaseClassAtIndex()
420 TypeImplSP(new TypeImpl(base_class_type)), bit_offset)); in GetDirectBaseClassAtIndex()
431 CompilerType base_class_type = in GetVirtualBaseClassAtIndex() local
434 if (base_class_type.IsValid()) in GetVirtualBaseClassAtIndex()
436 TypeImplSP(new TypeImpl(base_class_type)), bit_offset)); in GetVirtualBaseClassAtIndex()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DVariable.cpp481 CompilerType base_class_type = in PrivateAutoCompleteMembers() local
486 base_class_type.GetCanonicalType(), request); in PrivateAutoCompleteMembers()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1437 Type *base_class_type = die.ResolveTypeUID(encoding_form.Reference()); in ParseInheritance() local
1438 if (base_class_type == nullptr) { in ParseInheritance()
1450 CompilerType base_class_clang_type = base_class_type->GetFullCompilerType(); in ParseInheritance()