Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp147 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.cpp218 if (!ClangUtil::IsClangType(clang_type)) in FindCompleteType()
255 if (!ClangUtil::IsClangType(clang_type)) in FindCompleteType()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp309 EXPECT_TRUE(ClangUtil::IsClangType(bool_type)); in TEST_F()
310 EXPECT_TRUE(ClangUtil::IsClangType(record_type)); in TEST_F()
313 EXPECT_FALSE(ClangUtil::IsClangType(CompilerType())); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp949 if (canBeObjCDynamic && ClangUtil::IsClangType(compiler_type)) { in GetPossibleFormattersMatches()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2176 if (!result_type || !ClangUtil::IsClangType(result_type)) in CreateFunctionType()
2188 const bool is_clang_type = ClangUtil::IsClangType(args[i]); in CreateFunctionType()
3475 if (ClangUtil::IsClangType(type)) { in IsObjCClassType()
3488 if (ClangUtil::IsClangType(type)) in IsObjCObjectOrInterfaceType()
3732 if (!ClangUtil::IsClangType(type)) in IsObjCObjectPointerType()
9248 if (ClangUtil::IsClangType(type)) { in DumpTypeName()