Searched refs:UnwrapSimilarTypes (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 555 while (Context.UnwrapSimilarTypes(ToTy, FromTy)) { in shouldBeModeledWithNoOp()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2593 bool UnwrapSimilarTypes(QualType &T1, QualType &T2,
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 587 } else if (Context.UnwrapSimilarTypes(T1, T2)) { in unwrapCastAwayConstnessLevel()
|
| H A D | SemaOverload.cpp | 3297 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 D | ASTContext.cpp | 6046 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()
|