Searched refs:IsClangType (Results 1 – 8 of 8) sorted by relevance
17 bool ClangUtil::IsClangType(const CompilerType &ct) { in IsClangType() function in ClangUtil38 if (!IsClangType(ct)) in GetQualType()45 if (!IsClangType(ct)) in GetCanonicalQualType()52 if (!IsClangType(ct)) in RemoveFastQualifiers()
25 static bool IsClangType(const CompilerType &ct);
145 if (ClangUtil::IsClangType(clang_type)) { in AddTypeDecl()
360 if (!ClangUtil::IsClangType(type)) in CanImport()434 if (!ClangUtil::IsClangType(type)) in Import()
216 if (!ClangUtil::IsClangType(clang_type)) in FindCompleteType()244 if (!ClangUtil::IsClangType(clang_type)) in FindCompleteType()
65 static bool IsClangType(const RecordDecl *RD) { in IsClangType() function198 if (IsClangStmt(R) || IsClangType(R) || IsClangDecl(R) || IsClangAttr(R)) in IsPartOfAST()
882 if (canBeObjCDynamic && ClangUtil::IsClangType(compiler_type)) { in GetPossibleFormattersMatches()
2216 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()