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

References

tools/clang/include/clang/AST/FormatString.h
  342     : start(nullptr), length(0), hs(Constant), amt(Amount),
  360     assert(hs == Constant);
  370     assert(hs == Constant);
tools/clang/lib/AST/FormatString.cpp
   53       return OptionalAmount(OptionalAmount::Constant, accumulator, Beg, I - Beg,
   95     assert(Amt.getHowSpecified() == OptionalAmount::Constant);
  159   if (Amt.getHowSpecified() == OptionalAmount::Constant && *(I++) == '$') {
  199     if (NumElts.getHowSpecified() != OptionalAmount::Constant) {
  712   case Constant:
tools/clang/lib/AST/OSLog.cpp
   87       case clang::analyze_format_string::OptionalAmount::Constant: // "%.16s"
  103       case clang::analyze_format_string::OptionalAmount::Constant: // "%.16P"
tools/clang/lib/AST/ScanfFormatString.cpp
  134     assert(Amt.getHowSpecified() == OptionalAmount::Constant);
  448         FieldWidth = OptionalAmount(OptionalAmount::Constant,
tools/clang/lib/Sema/SemaChecking.cpp
 7819     Amt.getHowSpecified() == analyze_printf::OptionalAmount::Constant
 8663   if (Amt.getHowSpecified() == OptionalAmount::Constant) {