Searched defs:clang_qual_type (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Expression/
H A DClangFunction.cpp170 ClangASTType clang_qual_type = m_arg_values.GetValueAtIndex(i)->GetClangType (); local
171 if (clang_qual_type)
173 type_name = clang_qual_type.GetTypeName();

Completed in 164 milliseconds