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
  274   if (getIntegerConstantExprValue(Context, Rhs, IntegerConstant)) {
  276       diagNarrowIntegerConstant(SourceLoc, Lhs, Rhs, IntegerConstant);
  279   const BuiltinType *FromType = getBuiltinType(Rhs);
  281     diagNarrowType(SourceLoc, Lhs, Rhs);