Home
last modified time | relevance | path

Searched refs:addLookahead (Results 1 – 3 of 3) sorted by relevance

/external/antlr/runtime/ObjC/Framework/
DUnbufferedCommonTreeNodeStream.m243 …// this also ensures that a subsequent -addLookahead: will not immediately need to resize the buff…
273 - (void) addLookahead:(id<BaseTree>)aNode
324 [self addLookahead:navigationNodeEOF];
349 [self addLookahead:node];
369 [self addLookahead:node];
403 [self addLookahead:navigationNodeDown];
410 [self addLookahead:navigationNodeUp];
DUnbufferedCommonTreeNodeStream.h107 - (void) addLookahead:(id<BaseTree>)aNode;
/external/antlr/runtime/C/include/
Dantlr3commontreenodestream.h270 …void (*addLookahead) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctns, pANTLR3_BASE_TREE… member