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

/external/clang/include/clang/AST/
H A DASTContext.h1294 bool UnwrapSimilarPointerTypes(QualType &T1, QualType &T2);
/external/clang/lib/Sema/
H A DSemaCast.cpp394 /// UnwrapDissimilarPointerTypes - Like Sema::UnwrapSimilarPointerTypes,
1388 Self.Context.UnwrapSimilarPointerTypes(SrcType, DestType)) {
H A DSemaOverload.cpp2407 while (Context.UnwrapSimilarPointerTypes(FromType, ToType)) {
2735 while (Context.UnwrapSimilarPointerTypes(T1, T2)) {
3041 while (S.Context.UnwrapSimilarPointerTypes(T1, T2)) {
/external/clang/lib/AST/
H A DASTContext.cpp3099 /// UnwrapSimilarPointerTypes - If T1 and T2 are pointer types that
3107 bool ASTContext::UnwrapSimilarPointerTypes(QualType &T1, QualType &T2) { function in class:ASTContext

Completed in 2939 milliseconds