Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp422 CompilerType base_class_type = in GetDirectBaseClassAtIndex() local
425 if (base_class_type.IsValid()) in GetDirectBaseClassAtIndex()
427 TypeImplSP(new TypeImpl(base_class_type)), bit_offset)); in GetDirectBaseClassAtIndex()
439 CompilerType base_class_type = in GetVirtualBaseClassAtIndex() local
442 if (base_class_type.IsValid()) in GetVirtualBaseClassAtIndex()
444 TypeImplSP(new TypeImpl(base_class_type)), bit_offset)); in GetVirtualBaseClassAtIndex()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp500 CompilerType base_class_type = in PrivateAutoCompleteMembers() local
505 base_class_type.GetCanonicalType(), request); in PrivateAutoCompleteMembers()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2826 Type *base_class_type = die.ResolveTypeUID(encoding_form.Reference()); in ParseChildMembers() local
2827 if (base_class_type == nullptr) { in ParseChildMembers()
2840 base_class_type->GetFullCompilerType(); in ParseChildMembers()