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

References

tools/clang/lib/Basic/Diagnostic.cpp
  630   while (Start != End && *Start >= '0' && *Start <= '9') {
  630   while (Start != End && *Start >= '0' && *Start <= '9') {
  630   while (Start != End && *Start >= '0' && *Start <= '9') {
  632     Val += *Start - '0';
  633     ++Start;