Lines Matching defs:LM
6545 const LengthModifier &LM = FS.getLengthModifier();
6546 CharSourceRange LMRange = getSpecifierRange(LM.getStart(), LM.getLength());
6551 EmitFormatDiagnostic(S.PDiag(DiagID) << LM.toString() << CS.toString(),
6552 getLocationOfByte(LM.getStart()),
6556 S.Diag(getLocationOfByte(LM.getStart()), diag::note_format_fix_specifier)
6565 EmitFormatDiagnostic(S.PDiag(DiagID) << LM.toString() << CS.toString(),
6566 getLocationOfByte(LM.getStart()),
6578 const LengthModifier &LM = FS.getLengthModifier();
6579 CharSourceRange LMRange = getSpecifierRange(LM.getStart(), LM.getLength());
6585 << LM.toString() << 0,
6586 getLocationOfByte(LM.getStart()),
6590 S.Diag(getLocationOfByte(LM.getStart()), diag::note_format_fix_specifier)
6596 << LM.toString() << 0,
6597 getLocationOfByte(LM.getStart()),