Home
last modified time | relevance | path

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

/freebsd/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 DClangASTSource.cpp215 if (!ClangUtil::IsClangType(clang_type)) in FindCompleteType()
243 if (!ClangUtil::IsClangType(clang_type)) in FindCompleteType()
H A DClangASTImporter.cpp363 if (!ClangUtil::IsClangType(type)) in CanImport()
437 if (!ClangUtil::IsClangType(type)) in Import()
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp882 if (canBeObjCDynamic && ClangUtil::IsClangType(compiler_type)) { in GetPossibleFormattersMatches()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2168 if (!result_type || !ClangUtil::IsClangType(result_type)) in CreateFunctionType()
2180 const bool is_clang_type = ClangUtil::IsClangType(args[i]); in CreateFunctionType()
3469 if (ClangUtil::IsClangType(type)) { in IsObjCClassType()
3482 if (ClangUtil::IsClangType(type)) in IsObjCObjectOrInterfaceType()
3734 if (!ClangUtil::IsClangType(type)) in IsObjCObjectPointerType()
8962 if (ClangUtil::IsClangType(type)) { in DumpTypeName()