Home | History | Annotate | Download | only in Lex

Lines Matching refs:isInvalid

617       bool isInvalid = !TL.LexFromRawLexer(Result);
621 isInvalid |= Result.is(tok::eof);
626 if (isInvalid) {