Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp475 while (Context.UnwrapSimilarTypes(ToTy, FromTy)) { in shouldBeModeledWithNoOp()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2457 bool UnwrapSimilarTypes(QualType &T1, QualType &T2);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp578 } else if (Context.UnwrapSimilarTypes(T1, T2)) { in unwrapCastAwayConstnessLevel()
H A DSemaOverload.cpp3278 while (Context.UnwrapSimilarTypes(FromType, ToType)) { in IsQualificationConversion()
4218 while (S.Context.UnwrapSimilarTypes(T1, T2)) { in CompareQualificationConversions()
4598 } while (Context.UnwrapSimilarTypes(T1, T2)); in CompareReferenceRelationship()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp5809 bool ASTContext::UnwrapSimilarTypes(QualType &T1, QualType &T2) { in UnwrapSimilarTypes() function in ASTContext
5852 if (!UnwrapSimilarTypes(T1, T2)) in hasSimilarType()
5871 if (!UnwrapSimilarTypes(T1, T2)) in hasCvrSimilarType()