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

References

tools/clang/lib/AST/FormatString.cpp
   48       accumulator = (accumulator * 10) + (c - '0');
   48       accumulator = (accumulator * 10) + (c - '0');
   53       return OptionalAmount(OptionalAmount::Constant, accumulator, Beg, I - Beg,