Searched refs:UnwrapSimilarTypes (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 564 while (Context.UnwrapSimilarTypes(ToTy, FromTy)) { in shouldBeModeledWithNoOp()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2701 bool UnwrapSimilarTypes(QualType &T1, QualType &T2,
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 619 } else if (Context.UnwrapSimilarTypes(T1, T2)) { in unwrapCastAwayConstnessLevel()
|
| H A D | SemaOverload.cpp | 3594 while (Context.UnwrapSimilarTypes(FromType, ToType)) { in IsQualificationConversion() 4899 } while (Context.UnwrapSimilarTypes(T1, T2)); in CompareReferenceRelationship()
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 6553 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()
|