Searched refs:hasCvrSimilarType (Results 1 – 4 of 4) sorted by relevance
2716 bool hasCvrSimilarType(QualType T1, QualType T2);
2025 if (!Self.Context.hasCvrSimilarType(SrcType, DestType)) in TryConstCast()
7240 if (Context.hasCvrSimilarType(SrcTy, DestTy)) in PrepareScalarCast()9284 else if (Context.hasCvrSimilarType(RHSType, LHSType)) in CheckAssignmentConstraints()
6602 bool ASTContext::hasCvrSimilarType(QualType T1, QualType T2) { in hasCvrSimilarType() function in ASTContext