Home | History | Annotate | Download | only in Lex

Lines Matching defs:isInvalid

593       bool isInvalid = !TL.LexFromRawLexer(Result);
597 isInvalid |= Result.is(tok::eof);
602 if (isInvalid) {