Lines Matching refs:Lex
89 LLLexer Lex; variable
128 Context(m->getContext()), Lex(F, SM, Err, m->getContext()), in LLParser()
137 return Lex.Error(L, Msg); in Error()
140 return Error(Lex.getLoc(), Msg); in TokError()
152 if (Lex.getKind() != T) return false; in EatIfPresent()
153 Lex.Lex(); in EatIfPresent()
157 if (Lex.getKind() != T) {
161 *Loc = Lex.getLoc();
162 Lex.Lex();
170 Loc = Lex.getLoc(); in ParseUInt32()
221 Loc = Lex.getLoc();
284 Loc = Lex.getLoc(); in ParseValue()
293 Loc = Lex.getLoc(); in ParseTypeAndValue()