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

Declarations

tools/clang/lib/AST/FormatStringParsing.h
   40 OptionalAmount ParseAmount(const char *&Beg, const char *E);

References

tools/clang/lib/AST/FormatString.cpp
   71   return ParseAmount(Beg, E);
   82     const OptionalAmount &Amt = ParseAmount(I, E);
  117   return ParseAmount(Beg, E);
  151   const OptionalAmount &Amt = ParseAmount(I, E);
  198     OptionalAmount NumElts = ParseAmount(I, E);
tools/clang/lib/AST/ScanfFormatString.cpp
  132   const OptionalAmount &Amt = clang::analyze_format_string::ParseAmount(I, E);