Home | History | Annotate | Download | only in Lex

Lines Matching defs:LineNo

771   unsigned LineNo;
772 if (GetLineValue(DigitTok, LineNo, diag::err_pp_line_requires_integer,*this))
780 if (LineNo >= LineLimit)
782 else if (Features.CPlusPlus0x && LineNo >= 32768U)
814 SourceMgr.AddLineNote(DigitTok.getLocation(), LineNo, FilenameID);
911 unsigned LineNo;
912 if (GetLineValue(DigitTok, LineNo, diag::err_pp_linemarker_requires_integer,
949 SourceMgr.AddLineNote(DigitTok.getLocation(), LineNo, FilenameID,