Lines Matching refs:LM
2368 const LengthModifier &LM = FS.getLengthModifier();
2369 CharSourceRange LMRange = getSpecifierRange(LM.getStart(), LM.getLength());
2374 EmitFormatDiagnostic(S.PDiag(DiagID) << LM.toString() << CS.toString(),
2375 getLocationOfByte(LM.getStart()),
2379 S.Diag(getLocationOfByte(LM.getStart()), diag::note_format_fix_specifier)
2388 EmitFormatDiagnostic(S.PDiag(DiagID) << LM.toString() << CS.toString(),
2389 getLocationOfByte(LM.getStart()),
2401 const LengthModifier &LM = FS.getLengthModifier();
2402 CharSourceRange LMRange = getSpecifierRange(LM.getStart(), LM.getLength());
2408 << LM.toString() << 0,
2409 getLocationOfByte(LM.getStart()),
2413 S.Diag(getLocationOfByte(LM.getStart()), diag::note_format_fix_specifier)
2419 << LM.toString() << 0,
2420 getLocationOfByte(LM.getStart()),