Searched refs:Symbols_stack (Results 1 - 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
H A DSymbolTableParser.m168 Symbols_stack = [ANTLRSymbolStack newANTLRSymbolStackWithLen:30];
180 [Symbols_stack release];
268 [Symbols_stack push:[[Symbols_Scope newSymbols_Scope] retain]];
272 /* scopeSetAttributeRef */((Symbols_Scope *)[Symbols_stack peek]).names = [ANTLRPtrBuffer newANTLRPtrBufferWithLen:10];
309 NSLog( @"globals: %@", [((Symbols_Scope *)[Symbols_stack peek]).names toString] );
326 [Symbols_stack pop];
388 [Symbols_stack push:[[Symbols_Scope newSymbols_Scope] retain]];
392 /* scopeSetAttributeRef */((Symbols_Scope *)[Symbols_stack peek]).names = [ANTLRPtrBuffer newANTLRPtrBufferWithLen:10];
463 NSLog( @"level %d symbols: %@", level, [((Symbols_Scope *)[Symbols_stack peek]).names toString] );
480 [Symbols_stack po
[all...]
H A DSymbolTableParser.h77 ANTLRSymbolStack *Symbols_stack; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCTP.h101 ANTLRSymbolStack *Symbols_stack; variable
H A DSimpleCTP.m254 Symbols_stack = [ANTLRSymbolStack newANTLRSymbolStackWithLen:30];
263 [Symbols_stack release];
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dbacktracking.rb23 @Symbols_stack.reverse_each do |scope|

Completed in 1504 milliseconds