Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp276 clang::QualType element_qual_type = pointer_pointertype->getPointeeType(); in CreateResultVariable() local
279 m_decl_map->GetTypeSystem()->GetType(element_qual_type)); in CreateResultVariable()
281 clang::QualType element_qual_type = in CreateResultVariable() local
285 m_decl_map->GetTypeSystem()->GetType(element_qual_type)); in CreateResultVariable()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8604 clang::QualType element_qual_type = array->getElementType(); in DumpValue() local
8607 element_qual_type->getCanonicalTypeInternal().getTypePtr(); in DumpValue()
8614 getASTContext().getTypeInfo(element_qual_type); in DumpValue()
8629 CompilerType element_clang_type = GetType(element_qual_type); in DumpValue()