Home
last modified time | relevance | path

Searched refs:aexpr42 (Results 1 – 2 of 2) sorted by relevance

/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCParser.java1362 SimpleCParser.aexpr_return aexpr42 = null; in condExpr() local
1377 aexpr42=aexpr(); in condExpr()
1381 adaptor.addChild(root_0, aexpr42.getTree()); in condExpr()
DSimpleCParser.m2721 CommonToken *K_LT44 = nil;SimpleCParser_aexpr_return * aexpr42 = nil ;
2739 aexpr42 = [self aexpr];
2744 [treeAdaptor addChild:[aexpr42 getTree] toTree:root_0];