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
  331     APValue Constant = getConstantExprValue(Context, Rhs);
  342         diagNarrowConstant(SourceLoc, Lhs, Rhs);
  345     const BuiltinType *FromType = getBuiltinType(Rhs);
  347       diagNarrowType(SourceLoc, Lhs, Rhs);