Home
last modified time | relevance | path

Searched refs:UnwrapSimilarTypes (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp555 while (Context.UnwrapSimilarTypes(ToTy, FromTy)) { in shouldBeModeledWithNoOp()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2593 bool UnwrapSimilarTypes(QualType &T1, QualType &T2,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp587 } else if (Context.UnwrapSimilarTypes(T1, T2)) { in unwrapCastAwayConstnessLevel()
H A DSemaOverload.cpp3297 while (Context.UnwrapSimilarTypes(FromType, ToType)) { in IsQualificationConversion()
4606 } while (Context.UnwrapSimilarTypes(T1, T2)); in CompareReferenceRelationship()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp6046 bool ASTContext::UnwrapSimilarTypes(QualType &T1, QualType &T2, in UnwrapSimilarTypes() function in ASTContext
6090 if (!UnwrapSimilarTypes(T1, T2)) in hasSimilarType()
6109 if (!UnwrapSimilarTypes(T1, T2, /*AllowPiMismatch*/ false)) in hasCvrSimilarType()