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

References

tools/clang/tools/extra/clang-tidy/cppcoreguidelines/NarrowingConversionsCheck.cpp
  227   APValue Constant = getConstantExprValue(Context, Rhs);
  229     return diagNarrowIntegerConstant(SourceLoc, Lhs, Rhs, Constant.getInt());
  231     return diagNarrowConstant(SourceLoc, Lhs, Rhs);
  232   return diagNarrowType(SourceLoc, Lhs, Rhs);