Searched refs:UnwrapSimilarPointerTypes (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp374 while (Context.UnwrapSimilarPointerTypes(ToTy, FromTy)) {
/external/clang/include/clang/AST/
H A DASTContext.h1814 bool UnwrapSimilarPointerTypes(QualType &T1, QualType &T2);
/external/clang/lib/Sema/
H A DSemaCast.cpp399 /// UnwrapDissimilarPointerTypes - Like Sema::UnwrapSimilarPointerTypes,
1579 Self.Context.UnwrapSimilarPointerTypes(SrcType, DestType)) {
H A DSemaOverload.cpp2840 while (Context.UnwrapSimilarPointerTypes(FromType, ToType)) {
3413 while (Context.UnwrapSimilarPointerTypes(T1, T2)) {
3718 while (S.Context.UnwrapSimilarPointerTypes(T1, T2)) {
/external/clang/lib/AST/
H A DASTContext.cpp3953 /// UnwrapSimilarPointerTypes - If T1 and T2 are pointer types that
3961 bool ASTContext::UnwrapSimilarPointerTypes(QualType &T1, QualType &T2) { function in class:ASTContext

Completed in 1338 milliseconds