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

  /external/antlr/runtime/ObjC/Framework/examples/scopes/
SymbolTableParser.h 43 @interface Symbols_Scope : SymbolsScope {
49 + (Symbols_Scope *)newSymbols_Scope;
55 @end /* end of Symbols_Scope interface */
66 Symbols_Scope *Symbols_scope;
SymbolTableParser.m 73 @implementation Symbols_Scope /* globalAttributeScopeImplementation */
77 + (Symbols_Scope *)newSymbols_Scope
79 return [[Symbols_Scope alloc] init];
93 @end /* end of Symbols_Scope implementation */
155 Symbols_scope = [Symbols_Scope newSymbols_Scope];
263 [Symbols_stack push:[Symbols_Scope newSymbols_Scope]];
269 /* scopeSetAttributeRef */((Symbols_Scope *)[Symbols_stack peek]).names = [PtrBuffer newPtrBufferWithLen:10];
313 NSLog( @"globals: %@", [((Symbols_Scope *)[Symbols_stack peek]).names toString] );
396 [Symbols_stack push:[Symbols_Scope newSymbols_Scope]]
    [all...]
  /external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.h 55 @interface Symbols_Scope : SymbolsScope {
61 + (Symbols_Scope *)newSymbols_Scope;
67 @end /* end of Symbols_Scope interface */
95 Symbols_Scope *Symbols_scope;
SimpleCWalker.h 55 @interface Symbols_Scope : SymbolsScope {
61 + (Symbols_Scope *)newSymbols_Scope;
67 @end /* end of Symbols_Scope interface */
95 Symbols_Scope *Symbols_scope;
SimpleCTP.m 117 @implementation Symbols_Scope /* globalAttributeScopeImplementation */
121 + (Symbols_Scope *)newSymbols_Scope
123 return [[Symbols_Scope alloc] init];
137 @end /* end of Symbols_Scope implementation */
241 Symbols_scope = [Symbols_Scope newSymbols_Scope];
    [all...]
SimpleCWalker.m 117 @implementation Symbols_Scope /* globalAttributeScopeImplementation */
121 + (Symbols_Scope *)newSymbols_Scope
123 return [[Symbols_Scope alloc] init];
137 @end /* end of Symbols_Scope implementation */
241 Symbols_scope = [Symbols_Scope newSymbols_Scope];
    [all...]

Completed in 90 milliseconds