Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2470 bool hasCvrSimilarType(QualType T1, QualType T2);
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp1957 if (!Self.Context.hasCvrSimilarType(SrcType, DestType)) in TryConstCast()
H A DSemaExpr.cpp7119 if (Context.hasCvrSimilarType(SrcTy, DestTy)) in PrepareScalarCast()
9235 else if (Context.hasCvrSimilarType(RHSType, LHSType)) in CheckAssignmentConstraints()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp5857 bool ASTContext::hasCvrSimilarType(QualType T1, QualType T2) { in hasCvrSimilarType() function in ASTContext