Searched refs:hasSimilarType (Results 1 – 6 of 6) sorted by relevance
2518 bool hasSimilarType(QualType T1, QualType T2);
7533 Context.hasSimilarType(ElemT, ParamType->getPointeeType())) { in BuildExpressionFromDeclTemplateArgument()7563 if (Context.hasSimilarType(RefExpr.get()->getType(), DestExprType) || in BuildExpressionFromDeclTemplateArgument()
797 if (!Context.hasSimilarType(A, B)) { in checkMustTailAttr()
3865 } else if (!Context.hasSimilarType(SCS1.getToType(1), SCS2.getToType(1))) in compareStandardConversionSubsets()4589 return (ConvertedReferent || Context.hasSimilarType(T1, T2)) in CompareReferenceRelationship()
5328 Ctx.hasSimilarType(Ctx.getDecayedType(D->getType()), in mangleTemplateArg()
5860 bool ASTContext::hasSimilarType(QualType T1, QualType T2) { in hasSimilarType() function in ASTContext