Searched refs:gStack (Results 1 - 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
H A DSymbolTableParser.h50 ANTLRSymbolStack *gStack; variable
H A DSymbolTableParser.m290 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 po
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCTP.h74 ANTLRSymbolStack *gStack; variable

Completed in 40 milliseconds