Home
last modified time | relevance | path

Searched refs:hasCvrSimilarType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2608 bool hasCvrSimilarType(QualType T1, QualType T2);
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp1969 if (!Self.Context.hasCvrSimilarType(SrcType, DestType)) in TryConstCast()
H A DSemaExpr.cpp7479 if (Context.hasCvrSimilarType(SrcTy, DestTy)) in PrepareScalarCast()
9655 else if (Context.hasCvrSimilarType(RHSType, LHSType)) in CheckAssignmentConstraints()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp6095 bool ASTContext::hasCvrSimilarType(QualType T1, QualType T2) { in hasCvrSimilarType() function in ASTContext