Searched refs:UnwrapSimilarPointerTypes (Results 1 – 5 of 5) sorted by relevance
407 while (Context.UnwrapSimilarPointerTypes(ToTy, FromTy)) { in shouldBeModeledWithNoOp()
2045 bool UnwrapSimilarPointerTypes(QualType &T1, QualType &T2);
1629 Self.Context.UnwrapSimilarPointerTypes(SrcType, DestType)) { in TryConstCast()
2945 while (Context.UnwrapSimilarPointerTypes(FromType, ToType)) { in IsQualificationConversion()3498 while (Context.UnwrapSimilarPointerTypes(T1, T2)) { in hasSimilarType()3804 while (S.Context.UnwrapSimilarPointerTypes(T1, T2)) { in CompareQualificationConversions()
4253 bool ASTContext::UnwrapSimilarPointerTypes(QualType &T1, QualType &T2) { in UnwrapSimilarPointerTypes() function in ASTContext