Lines Matching defs:LM
6283 const LengthModifier &LM = FS.getLengthModifier();
6284 CharSourceRange LMRange = getSpecifierRange(LM.getStart(), LM.getLength());
6289 EmitFormatDiagnostic(S.PDiag(DiagID) << LM.toString() << CS.toString(),
6290 getLocationOfByte(LM.getStart()),
6294 S.Diag(getLocationOfByte(LM.getStart()), diag::note_format_fix_specifier)
6303 EmitFormatDiagnostic(S.PDiag(DiagID) << LM.toString() << CS.toString(),
6304 getLocationOfByte(LM.getStart()),
6316 const LengthModifier &LM = FS.getLengthModifier();
6317 CharSourceRange LMRange = getSpecifierRange(LM.getStart(), LM.getLength());
6323 << LM.toString() << 0,
6324 getLocationOfByte(LM.getStart()),
6328 S.Diag(getLocationOfByte(LM.getStart()), diag::note_format_fix_specifier)
6334 << LM.toString() << 0,
6335 getLocationOfByte(LM.getStart()),