Home | History | Annotate | Download | only in Sema

Lines Matching refs:LM

2079   const LengthModifier &LM = FS.getLengthModifier();
2080 CharSourceRange LMRange = getSpecifierRange(LM.getStart(), LM.getLength());
2085 EmitFormatDiagnostic(S.PDiag(DiagID) << LM.toString() << CS.toString(),
2086 getLocationOfByte(LM.getStart()),
2090 S.Diag(getLocationOfByte(LM.getStart()), diag::note_format_fix_specifier)
2099 EmitFormatDiagnostic(S.PDiag(DiagID) << LM.toString() << CS.toString(),
2100 getLocationOfByte(LM.getStart()),
2112 const LengthModifier &LM = FS.getLengthModifier();
2113 CharSourceRange LMRange = getSpecifierRange(LM.getStart(), LM.getLength());
2119 << LM.toString() << 0,
2120 getLocationOfByte(LM.getStart()),
2124 S.Diag(getLocationOfByte(LM.getStart()), diag::note_format_fix_specifier)
2130 << LM.toString() << 0,
2131 getLocationOfByte(LM.getStart()),