Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp557 while (Context.UnwrapSimilarTypes(ToTy, FromTy)) { in shouldBeModeledWithNoOp()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2578 bool UnwrapSimilarTypes(QualType &T1, QualType &T2,
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCast.cpp588 } else if (Context.UnwrapSimilarTypes(T1, T2)) { in unwrapCastAwayConstnessLevel()
H A DSemaOverload.cpp3404 while (Context.UnwrapSimilarTypes(FromType, ToType)) { in IsQualificationConversion()
4703 } while (Context.UnwrapSimilarTypes(T1, T2)); in CompareReferenceRelationship()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp6095 bool ASTContext::UnwrapSimilarTypes(QualType &T1, QualType &T2, in UnwrapSimilarTypes() function in ASTContext
6139 if (!UnwrapSimilarTypes(T1, T2)) in hasSimilarType()
6158 if (!UnwrapSimilarTypes(T1, T2, /*AllowPiMismatch*/ false)) in hasCvrSimilarType()