Searched refs:init (Results 176 - 200 of 3511) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRRuntimeException.h44 - (id) init;
45 - (id) init:(NSString *)aReason;
46 - (id) init:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
62 - (id) init;
63 - (id)init:(NSString *)aReason;
64 - (id)init:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
75 - (id) init;
76 - (id)init:(NSString *)aReason;
77 - (id)init:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
88 - (id) init;
[all...]
H A DANTLRStringStream.h52 - (id) init;
H A DANTLRStringStreamState.h42 - (id) init;
H A DANTLRSymbolStack.h48 - (id)init;
58 -(id)init;
H A DANTLRTokenRewriteStream.h121 - (id) init;
H A DANTLRTreeIterator.h63 - (id) init;
H A DANTLRTreePatternLexer.h78 - (id) init;
H A DANTLRTreePatternParser.h49 - (id) init;
H A DANTLRTreeRuleReturnScope.h45 - (id) init;
H A DANTLRTreeVisitor.h41 - (id)init;
H A DANTLRTreeVisitorAction.h41 - (id) init;
H A DANTLRTreeWizard.h92 - (id) init;
105 - (id) init;
H A DANTLRUnbufferedTokenStream.h49 - (id) init;
H A DANTLRUniqueIDMap.h50 - (id)init;
H A DANTLRUnwantedTokenException.h41 - (id) init;
H A DArrayIterator.m59 self=[super init];
82 self=[super init];
99 self=[super init];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DT.g20 @init {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
H A DSymbolTableParser.h55 - (id) init;
H A DSymbolTableParser.m80 return [[[Symbols_Scope alloc] init] retain];
83 - (id) init
85 self = [super init];
169 /* start of actions-actionScope-init */
173 /* start of init */
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
H A DSymbolTableParser.m147 return [[[Symbols_Scope alloc] init] retain];
208 // start of actions-actionScope-init
212 // start of init
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCParser.m237 return [[[SimpleCParser_program_return alloc] init] retain];
240 - (id) init
242 self = [super init];
277 return [[[SimpleCParser_declaration_return alloc] init] retain];
280 - (id) init
282 self = [super init];
317 return [[[SimpleCParser_variable_return alloc] init] retain];
320 - (id) init
322 self = [super init];
357 return [[[SimpleCParser_declarator_return alloc] init] retai
[all...]
H A DSimpleCTP.h67 - (id) init;
H A DSimpleCTP.m124 return [[[Symbols_Scope alloc] init] retain];
127 - (id) init
129 self = [super init];
151 return [[[SimpleCTP_expr_return alloc] init] retain];
154 - (id) init
156 self = [super init];
255 /* start of actions-actionScope-init */
256 /* start of init */
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCParser.m261 return [[[SimpleCParser_program_return alloc] init] retain];
293 return [[[SimpleCParser_declaration_return alloc] init] retain];
325 return [[[SimpleCParser_variable_return alloc] init] retain];
357 return [[[SimpleCParser_declarator_return alloc] init] retain];
389 return [[[SimpleCParser_functionHeader_return alloc] init] retain];
421 return [[[SimpleCParser_formalParameter_return alloc] init] retain];
453 return [[[SimpleCParser_type_return alloc] init] retain];
485 return [[[SimpleCParser_block_return alloc] init] retain];
517 return [[[SimpleCParser_stat_return alloc] init] retain];
549 return [[[SimpleCParser_forStat_return alloc] init] retai
[all...]
H A DSimpleCTP.m155 return [[[Symbols_Scope alloc] init] retain];
176 return [[[SimpleCTP_expr_return alloc] init] retain];
257 /* start of actions-actionScope-init */
258 /* start of init */

Completed in 1819 milliseconds

1234567891011>>