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

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableParser.h 26 @interface Symbols_Scope : ANTLRSymbolsScope { /* globalAttributeScopeDecl */
35 + (Symbols_Scope *)newSymbols_Scope;
51 Symbols_Scope *Symbols_scope;
SymbolTableParser.m 141 @implementation Symbols_Scope /* globalAttributeScopeImpl */
145 + (Symbols_Scope *)newSymbols_Scope
147 return [[[Symbols_Scope alloc] init] retain];
206 (Symbols_Scope *)Symbols_scope = [Symbols_Scope newSymbols_Scope];
219 [Symbols_scope release];
291 Symbols_scope = [[Symbols_Scope newSymbols_Scope] retain];
292 [gStack push:Symbols_scope];
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableParser.h 43 @interface Symbols_Scope : ANTLRSymbolsScope {
54 + (Symbols_Scope *)newSymbols_Scope;
63 @end /* end of Symbols_Scope interface */
78 Symbols_Scope *Symbols_scope;
SymbolTableParser.m 73 @implementation Symbols_Scope /* globalAttributeScopeImplementation */
78 + (Symbols_Scope *)newSymbols_Scope
80 return [[[Symbols_Scope alloc] init] retain];
97 @end /* end of Symbols_Scope implementation */
167 Symbols_scope = [Symbols_Scope newSymbols_Scope];
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] );
388 [Symbols_stack push:[[Symbols_Scope newSymbols_Scope] retain]]
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.h 55 @interface Symbols_Scope : ANTLRSymbolsScope {
66 + (Symbols_Scope *)newSymbols_Scope;
75 @end /* end of Symbols_Scope interface */
102 Symbols_Scope *Symbols_scope;
SimpleCTP.m 117 @implementation Symbols_Scope /* globalAttributeScopeImplementation */
122 + (Symbols_Scope *)newSymbols_Scope
124 return [[[Symbols_Scope alloc] init] retain];
141 @end /* end of Symbols_Scope implementation */
253 Symbols_scope = [Symbols_Scope newSymbols_Scope];
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.h 38 @interface Symbols_Scope : ANTLRSymbolsScope { /* globalAttributeScopeDecl */
47 + (Symbols_Scope *)newSymbols_Scope;
55 @end /* end of Symbols_Scope interface */
75 Symbols_Scope *Symbols_scope;
SimpleCTP.m 149 @implementation Symbols_Scope /* globalAttributeScopeImpl */
153 + (Symbols_Scope *)newSymbols_Scope
155 return [[[Symbols_Scope alloc] init] retain];
167 @end /* end of Symbols_Scope implementation */
265 [Symbols_scope release];
    [all...]

Completed in 126 milliseconds