Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
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()
DClangUtil.h25 static bool IsClangType(const CompilerType &ct);
DNameSearchContext.cpp145 if (ClangUtil::IsClangType(clang_type)) { in AddTypeDecl()
DClangASTImporter.cpp359 if (!ClangUtil::IsClangType(type)) in CanImport()
436 if (!ClangUtil::IsClangType(type)) in Import()
DClangASTSource.cpp215 if (!ClangUtil::IsClangType(clang_type)) in FindCompleteType()
252 if (!ClangUtil::IsClangType(clang_type)) in FindCompleteType()
/external/clang/lib/StaticAnalyzer/Checkers/
DLLVMConventionsChecker.cpp67 static bool IsClangType(const RecordDecl *RD) { in IsClangType() function
200 if (IsClangStmt(R) || IsClangType(R) || IsClangDecl(R) || IsClangAttr(R)) in IsPartOfAST()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DLLVMConventionsChecker.cpp65 static bool IsClangType(const RecordDecl *RD) { in IsClangType() function
198 if (IsClangStmt(R) || IsClangType(R) || IsClangDecl(R) || IsClangAttr(R)) in IsPartOfAST()
/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp306 EXPECT_TRUE(ClangUtil::IsClangType(bool_type)); in TEST_F()
307 EXPECT_TRUE(ClangUtil::IsClangType(record_type)); in TEST_F()
310 EXPECT_FALSE(ClangUtil::IsClangType(CompilerType())); in TEST_F()
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DObjCLanguage.cpp918 if (canBeObjCDynamic && ClangUtil::IsClangType(compiler_type)) { in GetPossibleFormattersMatches()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp2065 if (!result_type || !ClangUtil::IsClangType(result_type)) in CreateFunctionType()
2077 const bool is_clang_type = ClangUtil::IsClangType(args[i]); in CreateFunctionType()
3368 if (ClangUtil::IsClangType(type)) { in IsObjCClassType()
3381 if (ClangUtil::IsClangType(type)) in IsObjCObjectOrInterfaceType()
3625 if (!ClangUtil::IsClangType(type)) in IsObjCObjectPointerType()
9018 if (ClangUtil::IsClangType(type)) { in DumpTypeName()