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

References

tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
  992   if (Text.empty() || !isdigit(Text[0]))
  992   if (Text.empty() || !isdigit(Text[0]))
  997     Val += Text[0] - '0';
  998     Text = Text.drop_front();
  998     Text = Text.drop_front();
  999   } while (!Text.empty() && isdigit(Text[0]));
  999   } while (!Text.empty() && isdigit(Text[0]));