Searched refs:hasSimilarType (Results 1 – 6 of 6) sorted by relevance
2605 bool hasSimilarType(QualType T1, QualType T2);
7597 Context.hasSimilarType(ElemT, ParamType->getPointeeType())) { in BuildExpressionFromDeclTemplateArgument()7627 if (Context.hasSimilarType(RefExpr.get()->getType(), DestExprType) || in BuildExpressionFromDeclTemplateArgument()
814 if (!Context.hasSimilarType(A, B)) { in checkMustTailAttr()
3914 } else if (!Context.hasSimilarType(SCS1.getToType(1), SCS2.getToType(1))) in compareStandardConversionSubsets()4597 return (ConvertedReferent || Context.hasSimilarType(T1, T2)) in CompareReferenceRelationship()
5408 Ctx.hasSimilarType(Ctx.getDecayedType(D->getType()), in mangleTemplateArg()
6083 bool ASTContext::hasSimilarType(QualType T1, QualType T2) { in hasSimilarType() function in ASTContext