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

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableParser.h 50 ANTLRSymbolStack *gStack;
SymbolTableParser.m 290 gStack = [ANTLRSymbolStack newANTLRSymbolStackWithLen:30];
292 [gStack push:Symbols_scope];
297 ((Symbols_Scope *)[gStack peek]).names = [ANTLRHashMap newANTLRHashMapWithLen:101];
332 ((Symbols_Scope *)[gStack peek]).names);
345 [gStack pop];
393 gStack = [ANTLRSymbolStack newANTLRSymbolStackWithLen:30];
395 [gStack push:Symbols_scope];
400 ((Symbols_Scope *)[gStack peek]).names = [ANTLRHashMap newANTLRHashMapWithLen:101];
464 ((Symbols_Scope *)[gStack peek]).names);
477 [gStack pop]
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.h 74 ANTLRSymbolStack *gStack;

Completed in 601 milliseconds