Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtil.cpp17 bool ClangUtil::IsClangType(const CompilerType &ct) { in IsClangType() function in ClangUtil
38 if (!IsClangType(ct)) in GetQualType()
45 if (!IsClangType(ct)) in GetCanonicalQualType()
52 if (!IsClangType(ct)) in RemoveFastQualifiers()
H A DClangUtil.h25 static bool IsClangType(const CompilerType &ct);
H A DNameSearchContext.cpp145 if (ClangUtil::IsClangType(clang_type)) { in AddTypeDecl()
H A DClangASTImporter.cpp359 if (!ClangUtil::IsClangType(type)) in CanImport()
433 if (!ClangUtil::IsClangType(type)) in Import()
H A DClangASTSource.cpp217 if (!ClangUtil::IsClangType(clang_type)) in FindCompleteType()
254 if (!ClangUtil::IsClangType(clang_type)) in FindCompleteType()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp65 static bool IsClangType(const RecordDecl *RD) { in IsClangType() function
198 if (IsClangStmt(R) || IsClangType(R) || IsClangDecl(R) || IsClangAttr(R)) in IsPartOfAST()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp933 if (canBeObjCDynamic && ClangUtil::IsClangType(compiler_type)) { in GetPossibleFormattersMatches()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2171 if (!result_type || !ClangUtil::IsClangType(result_type)) in CreateFunctionType()
2183 const bool is_clang_type = ClangUtil::IsClangType(args[i]); in CreateFunctionType()
3451 if (ClangUtil::IsClangType(type)) { in IsObjCClassType()
3464 if (ClangUtil::IsClangType(type)) in IsObjCObjectOrInterfaceType()
3708 if (!ClangUtil::IsClangType(type)) in IsObjCObjectPointerType()
9147 if (ClangUtil::IsClangType(type)) { in DumpTypeName()