Searched refs:hasCvrSimilarType (Results 1 – 4 of 4) sorted by relevance
2429 bool hasCvrSimilarType(QualType T1, QualType T2);
1861 if (!Self.Context.hasCvrSimilarType(SrcType, DestType)) in TryConstCast()
7061 if (Context.hasCvrSimilarType(SrcTy, DestTy)) in PrepareScalarCast()9135 else if (Context.hasCvrSimilarType(RHSType, LHSType)) in CheckAssignmentConstraints()
5787 bool ASTContext::hasCvrSimilarType(QualType T1, QualType T2) { in hasCvrSimilarType() function in ASTContext