Home | History | Annotate | Download | only in Sema

Lines Matching refs:LM

2995   const LengthModifier &LM = FS.getLengthModifier();
2996 CharSourceRange LMRange = getSpecifierRange(LM.getStart(), LM.getLength());
3001 EmitFormatDiagnostic(S.PDiag(DiagID) << LM.toString() << CS.toString(),
3002 getLocationOfByte(LM.getStart()),
3006 S.Diag(getLocationOfByte(LM.getStart()), diag::note_format_fix_specifier)
3015 EmitFormatDiagnostic(S.PDiag(DiagID) << LM.toString() << CS.toString(),
3016 getLocationOfByte(LM.getStart()),
3028 const LengthModifier &LM = FS.getLengthModifier();
3029 CharSourceRange LMRange = getSpecifierRange(LM.getStart(), LM.getLength());
3035 << LM.toString() << 0,
3036 getLocationOfByte(LM.getStart()),
3040 S.Diag(getLocationOfByte(LM.getStart()), diag::note_format_fix_specifier)
3046 << LM.toString() << 0,
3047 getLocationOfByte(LM.getStart()),