Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp360 if (!ClangUtil::IsClangType(type)) in CanImport()
434 if (!ClangUtil::IsClangType(type)) in Import()
H A DClangASTSource.cpp216 if (!ClangUtil::IsClangType(clang_type)) in FindCompleteType()
244 if (!ClangUtil::IsClangType(clang_type)) in FindCompleteType()
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp882 if (canBeObjCDynamic && ClangUtil::IsClangType(compiler_type)) { in GetPossibleFormattersMatches()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2216 if (!result_type || !ClangUtil::IsClangType(result_type)) in CreateFunctionType()
2228 const bool is_clang_type = ClangUtil::IsClangType(args[i]); in CreateFunctionType()
3432 if (ClangUtil::IsClangType(type)) { in IsObjCClassType()
3445 if (ClangUtil::IsClangType(type)) in IsObjCObjectOrInterfaceType()
3697 if (!ClangUtil::IsClangType(type)) in IsObjCObjectPointerType()
8776 if (ClangUtil::IsClangType(type)) { in DumpTypeName()