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

References

tools/clang/tools/extra/clang-tidy/cppcoreguidelines/NarrowingConversionsCheck.cpp
  374     return handleFloatingCast(Context, SourceLoc, Lhs, Rhs);
  417     return handleFloatingCast(Context, SourceLoc, Lhs, Rhs);