Lines Matching defs:Amt
2676 bool HandleAmount(const analyze_format_string::OptionalAmount &Amt, unsigned k,
2679 const analyze_printf::OptionalAmount &Amt,
2709 const analyze_format_string::OptionalAmount &Amt,
2713 if (Amt.hasDataArgument()) {
2715 unsigned argIndex = Amt.getArgIndex();
2719 getLocationOfByte(Amt.getStart()),
2738 const analyze_printf::ArgType &AT = Amt.getArgType(S.Context);
2745 getLocationOfByte(Amt.getStart()),
2759 const analyze_printf::OptionalAmount &Amt,
2767 Amt.getHowSpecified() == analyze_printf::OptionalAmount::Constant
2768 ? FixItHint::CreateRemoval(getSpecifierRange(Amt.getStart(),
2769 Amt.getConstantLength()))
2774 getLocationOfByte(Amt.getStart()),
3343 const OptionalAmount &Amt = FS.getFieldWidth();
3344 if (Amt.getHowSpecified() == OptionalAmount::Constant) {
3345 if (Amt.getConstantAmount() == 0) {
3346 const CharSourceRange &R = getSpecifierRange(Amt.getStart(),
3347 Amt.getConstantLength());
3349 getLocationOfByte(Amt.getStart()),