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

References

tools/clang/include/clang/AST/FormatString.h
  437     return FieldWidth;
  449     FieldWidth = Amt;
tools/clang/lib/AST/PrintfFormatString.cpp
  914   FieldWidth.toString(os);
 1107   if (FieldWidth.getHowSpecified() == OptionalAmount::NotSpecified)
tools/clang/lib/AST/ScanfFormatString.cpp
  448         FieldWidth = OptionalAmount(OptionalAmount::Constant,
  534   FieldWidth.toString(os);