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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2380   bool hasCvrSimilarType(QualType T1, QualType T2);

References

tools/clang/lib/Sema/SemaCast.cpp
 1788   if (!Self.Context.hasCvrSimilarType(SrcType, DestType))
tools/clang/lib/Sema/SemaExpr.cpp
 6293       if (Context.hasCvrSimilarType(SrcTy, DestTy))
 8281       else if (Context.hasCvrSimilarType(RHSType, LHSType))