HomeSort by relevance Sort by last modified time
    Searched refs:Symbols_stack (Results 1 - 5 of 5) sorted by null

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableParser.m 168 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 pop]
    [all...]
SymbolTableParser.h 77 ANTLRSymbolStack *Symbols_stack;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.h 101 ANTLRSymbolStack *Symbols_stack;
SimpleCTP.m 254 Symbols_stack = [ANTLRSymbolStack newANTLRSymbolStackWithLen:30];
263 [Symbols_stack release];
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb 23 @Symbols_stack.reverse_each do |scope|

Completed in 228 milliseconds