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
  103   bool Contains(const IntegerRange &From) const {
  119 static IntegerRange createFromType(const ASTContext &Context,
  150   IntegerRange FromIntegerRange = createFromType(Context, FromType);
  151   IntegerRange ToIntegerRange = createFromType(Context, ToType);
  158   IntegerRange ToIntegerRange = createFromType(Context, ToType);