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

References

tools/clang/include/clang/AST/FormatString.h
  338   : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0),
tools/clang/lib/AST/FormatString.cpp
   84     if (Amt.getHowSpecified() == OptionalAmount::NotSpecified) {
  702   case NotSpecified:
tools/clang/lib/AST/OSLog.cpp
   85       case clang::analyze_format_string::OptionalAmount::NotSpecified: // "%s"
  101       case clang::analyze_format_string::OptionalAmount::NotSpecified: // "%P"
tools/clang/lib/AST/PrintfFormatString.cpp
  702     Precision.setHowSpecified(OptionalAmount::NotSpecified);
  872     Precision.setHowSpecified(OptionalAmount::NotSpecified);
 1074   if (Precision.getHowSpecified() == OptionalAmount::NotSpecified)
 1107   if (FieldWidth.getHowSpecified() == OptionalAmount::NotSpecified)
tools/clang/lib/AST/ScanfFormatString.cpp
  133   if (Amt.getHowSpecified() != OptionalAmount::NotSpecified) {
tools/clang/lib/Sema/SemaChecking.cpp
 8117       FS.getPrecision().getHowSpecified() == OptionalAmount::NotSpecified) {