reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2367   bool UnwrapSimilarTypes(QualType &T1, QualType &T2);

References

tools/clang/lib/AST/ASTContext.cpp
 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.cpp
 3141   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)) {