reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2367 bool UnwrapSimilarTypes(QualType &T1, QualType &T2);
5309 if (!UnwrapSimilarTypes(T1, T2)) 5328 if (!UnwrapSimilarTypes(T1, T2))tools/clang/lib/Sema/SemaCast.cpp
541 } else if (Context.UnwrapSimilarTypes(T1, T2)) {
tools/clang/lib/Sema/SemaOverload.cpp3141 while (Context.UnwrapSimilarTypes(FromType, ToType)) { 4082 while (S.Context.UnwrapSimilarTypes(T1, T2)) {tools/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
458 while (Context.UnwrapSimilarTypes(ToTy, FromTy)) {