Home
last modified time | relevance | path

Searched defs:GetQualType (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtil.cpp36 QualType ClangUtil::GetQualType(const CompilerType &ct) { in GetQualType() function in ClangUtil
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1038 static clang::QualType GetQualType(lldb::opaque_compiler_type_t type) { in GetQualType() function
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXType.cpp176 static inline QualType GetQualType(CXType CT) { in GetQualType() function