Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp135 CompilerType clang_qual_type = in CompileFunction() local
137 if (clang_qual_type) { in CompileFunction()
138 type_name = clang_qual_type.GetTypeName().AsCString(""); in CompileFunction()