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
  247   const BuiltinType *FromType = getBuiltinType(Rhs);
  249   if (getIntegerConstantExprValue(Context, Rhs, IntegerConstant)) {
  251       diagNarrowIntegerConstantToSignedInt(SourceLoc, Lhs, Rhs, IntegerConstant,
  256     diagNarrowTypeToSignedInt(SourceLoc, Lhs, Rhs);