Lines Matching refs:Amt
2110 bool HandleAmount(const analyze_format_string::OptionalAmount &Amt, unsigned k,
2113 const analyze_printf::OptionalAmount &Amt,
2140 const analyze_format_string::OptionalAmount &Amt, in HandleAmount() argument
2144 if (Amt.hasDataArgument()) { in HandleAmount()
2146 unsigned argIndex = Amt.getArgIndex(); in HandleAmount()
2150 getLocationOfByte(Amt.getStart()), in HandleAmount()
2166 const analyze_printf::ArgTypeResult &ATR = Amt.getArgType(S.Context); in HandleAmount()
2173 getLocationOfByte(Amt.getStart()), in HandleAmount()
2187 const analyze_printf::OptionalAmount &Amt, in HandleInvalidAmount() argument
2195 Amt.getHowSpecified() == analyze_printf::OptionalAmount::Constant in HandleInvalidAmount()
2196 ? FixItHint::CreateRemoval(getSpecifierRange(Amt.getStart(), in HandleInvalidAmount()
2197 Amt.getConstantLength())) in HandleInvalidAmount()
2202 getLocationOfByte(Amt.getStart()), in HandleInvalidAmount()
2495 const OptionalAmount &Amt = FS.getFieldWidth(); in HandleScanfSpecifier() local
2496 if (Amt.getHowSpecified() == OptionalAmount::Constant) { in HandleScanfSpecifier()
2497 if (Amt.getConstantAmount() == 0) { in HandleScanfSpecifier()
2498 const CharSourceRange &R = getSpecifierRange(Amt.getStart(), in HandleScanfSpecifier()
2499 Amt.getConstantLength()); in HandleScanfSpecifier()
2501 getLocationOfByte(Amt.getStart()), in HandleScanfSpecifier()