Home
last modified time | relevance | path

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

/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCParser.java78 SimpleCParser.declaration_return declaration1 = null; in program() local
105 declaration1=declaration(); in program()
109 adaptor.addChild(root_0, declaration1.getTree()); in program()
DSimpleCParser.m987 SimpleCParser_declaration_return * declaration1 = nil ;
1016 declaration1 = [self declaration];
1021 [treeAdaptor addChild:[declaration1 getTree] toTree:root_0];