Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp564 while (Context.UnwrapSimilarTypes(ToTy, FromTy)) { in shouldBeModeledWithNoOp()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2701 bool UnwrapSimilarTypes(QualType &T1, QualType &T2,
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp619 } else if (Context.UnwrapSimilarTypes(T1, T2)) { in unwrapCastAwayConstnessLevel()
H A DSemaOverload.cpp3594 while (Context.UnwrapSimilarTypes(FromType, ToType)) { in IsQualificationConversion()
4899 } while (Context.UnwrapSimilarTypes(T1, T2)); in CompareReferenceRelationship()
/src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6553 bool ASTContext::UnwrapSimilarTypes(QualType &T1, QualType &T2, in UnwrapSimilarTypes() function in ASTContext
6597 if (!UnwrapSimilarTypes(T1, T2)) in hasSimilarType()
6616 if (!UnwrapSimilarTypes(T1, T2, /*AllowPiMismatch*/ false)) in hasCvrSimilarType()