Home
last modified time | relevance | path

Searched refs:hasSimilarType (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2467 bool hasSimilarType(QualType T1, QualType T2);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp7533 Context.hasSimilarType(ElemT, ParamType->getPointeeType())) { in BuildExpressionFromDeclTemplateArgument()
7563 if (Context.hasSimilarType(RefExpr.get()->getType(), DestExprType) || in BuildExpressionFromDeclTemplateArgument()
H A DSemaStmt.cpp797 if (!Context.hasSimilarType(A, B)) { in checkMustTailAttr()
H A DSemaOverload.cpp3865 } else if (!Context.hasSimilarType(SCS1.getToType(1), SCS2.getToType(1))) in compareStandardConversionSubsets()
4589 return (ConvertedReferent || Context.hasSimilarType(T1, T2)) in CompareReferenceRelationship()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumMangle.cpp5308 Ctx.hasSimilarType(Ctx.getDecayedType(D->getType()), in mangleTemplateArg()
H A DASTContext.cpp5845 bool ASTContext::hasSimilarType(QualType T1, QualType T2) { in hasSimilarType() function in ASTContext