Home | History | Annotate | Download | only in tool

Lines Matching refs:LOOK

369 	 *  early when we look for prec rules.
485 * and look for synpreds because that is the only state target whose
1149 altLook[alt] = ll1Analyzer.LOOK(altStartState);
1218 LookaheadSet look = altLook[alt];
1219 if ( !ds.and(look.tokenTypeSet).isNil() ) {
1857 // look like a rule ref since could be subtree.
2042 * it's probably ok to just look for any reference to an atom
3103 public LookaheadSet LOOK(NFAState s) {
3104 return ll1Analyzer.LOOK(s);