Searched refs:IsClangType (Results 1 – 6 of 6) sorted by relevance
18 bool ClangUtil::IsClangType(const CompilerType &ct) { in IsClangType() function in ClangUtil30 if (!IsClangType(ct)) in GetQualType()37 if (!IsClangType(ct)) in GetCanonicalQualType()44 if (!IsClangType(ct)) in RemoveFastQualifiers()
320 if (!ClangUtil::IsClangType(type)) in CanImport()397 if (!ClangUtil::IsClangType(type)) in Import()
2181 if (!result_type || !ClangUtil::IsClangType(result_type)) in CreateFunctionType()2193 const bool is_clang_type = ClangUtil::IsClangType(args[i]); in CreateFunctionType()3691 if (ClangUtil::IsClangType(type)) in IsObjCObjectOrInterfaceType()8718 if (ClangUtil::IsClangType(type)) in GetHasExternalStorage()9771 if (ClangUtil::IsClangType(type)) { in DumpTypeName()
25 static bool IsClangType(const CompilerType &ct);
66 static bool IsClangType(const RecordDecl *RD) { in IsClangType() function199 if (IsClangStmt(R) || IsClangType(R) || IsClangDecl(R) || IsClangAttr(R)) in IsPartOfAST()
347 if (!ClangUtil::IsClangType(clang_type)) in CompleteType()385 if (!ClangUtil::IsClangType(clang_type)) in CompleteType()2174 if (ClangUtil::IsClangType(clang_type)) { in AddTypeDecl()