Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangUtil.cpp18 bool ClangUtil::IsClangType(const CompilerType &ct) { in IsClangType() function in ClangUtil
30 if (!IsClangType(ct)) in GetQualType()
37 if (!IsClangType(ct)) in GetCanonicalQualType()
44 if (!IsClangType(ct)) in RemoveFastQualifiers()
H A DClangASTImporter.cpp320 if (!ClangUtil::IsClangType(type)) in CanImport()
397 if (!ClangUtil::IsClangType(type)) in Import()
H A DClangASTContext.cpp2181 if (!result_type || !ClangUtil::IsClangType(result_type)) in CreateFunctionType()
2193 const bool is_clang_type = ClangUtil::IsClangType(args[i]); in CreateFunctionType()
3691 if (ClangUtil::IsClangType(type)) in IsObjCObjectOrInterfaceType()
8718 if (ClangUtil::IsClangType(type)) in GetHasExternalStorage()
9771 if (ClangUtil::IsClangType(type)) { in DumpTypeName()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangUtil.h25 static bool IsClangType(const CompilerType &ct);
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp66 static bool IsClangType(const RecordDecl *RD) { in IsClangType() function
199 if (IsClangStmt(R) || IsClangType(R) || IsClangDecl(R) || IsClangAttr(R)) in IsPartOfAST()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp347 if (!ClangUtil::IsClangType(clang_type)) in CompleteType()
385 if (!ClangUtil::IsClangType(clang_type)) in CompleteType()
2174 if (ClangUtil::IsClangType(clang_type)) { in AddTypeDecl()