Searched refs:UnwrapSimilarPointerTypes (Results 1 – 5 of 5) sorted by relevance
374 while (Context.UnwrapSimilarPointerTypes(ToTy, FromTy)) { in shouldBeModeledWithNoOp()
1773 bool UnwrapSimilarPointerTypes(QualType &T1, QualType &T2);
1560 Self.Context.UnwrapSimilarPointerTypes(SrcType, DestType)) { in TryConstCast()
2829 while (Context.UnwrapSimilarPointerTypes(FromType, ToType)) { in IsQualificationConversion()3372 while (Context.UnwrapSimilarPointerTypes(T1, T2)) { in hasSimilarType()3678 while (S.Context.UnwrapSimilarPointerTypes(T1, T2)) { in CompareQualificationConversions()
3880 bool ASTContext::UnwrapSimilarPointerTypes(QualType &T1, QualType &T2) { in UnwrapSimilarPointerTypes() function in ASTContext