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

References

tools/clang/lib/AST/FormatString.cpp
   46     if (c >= '0' && c <= '9') {
   46     if (c >= '0' && c <= '9') {
   48       accumulator = (accumulator * 10) + (c - '0');