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
   46   void diagNarrowConstant(SourceLocation SourceLoc, const Expr &Lhs,

References

tools/clang/tools/extra/clang-tidy/cppcoreguidelines/NarrowingConversionsCheck.cpp
  231     return diagNarrowConstant(SourceLoc, Lhs, Rhs);
  303     return diagNarrowConstant(SourceLoc, Lhs, Rhs);
  342         diagNarrowConstant(SourceLoc, Lhs, Rhs);