Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8649 clang::QualType base_class_qual_type = base_class->getType(); in DumpValue() local
8650 std::string base_class_type_name(base_class_qual_type.getAsString()); in DumpValue()
8657 getASTContext().getTypeInfo(base_class_qual_type); in DumpValue()
8660 CompilerType base_clang_type = GetType(base_class_qual_type); in DumpValue()