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

References

tools/clang/lib/Format/Encoding.h
  116       while (I < Text.size() && I < 4 && isOctDigit(Text[I]))
  116       while (I < Text.size() && I < 4 && isOctDigit(Text[I]))
  116       while (I < Text.size() && I < 4 && isOctDigit(Text[I]))
  117         ++I;
  118       return I;