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

Declarations

tools/clang/tools/extra/clang-tidy/cppcoreguidelines/NarrowingConversionsCheck.h
   38   void diagNarrowIntegerConstant(SourceLocation SourceLoc, const Expr &Lhs,

References

tools/clang/tools/extra/clang-tidy/cppcoreguidelines/NarrowingConversionsCheck.cpp
  229     return diagNarrowIntegerConstant(SourceLoc, Lhs, Rhs, Constant.getInt());
  276       diagNarrowIntegerConstant(SourceLoc, Lhs, Rhs, IntegerConstant);