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
   56   void handleIntegralCast(const ASTContext &Context, SourceLocation SourceLoc,

References

tools/clang/tools/extra/clang-tidy/cppcoreguidelines/NarrowingConversionsCheck.cpp
  368     return handleIntegralCast(Context, SourceLoc, Lhs, Rhs);
  411     return handleIntegralCast(Context, SourceLoc, Lhs, Rhs);