Lines Matching refs:retain
8 // 1. Redistributions of source code must retain the above copyright
53 return [[[ANTLRRecognizerSharedState alloc] init] retain];
58 return [[[ANTLRRecognizerSharedState alloc] initWithRuleLen:aLen] retain];
63 return [[[ANTLRRecognizerSharedState alloc] initWithState:aState] retain];
70 following = [[AMutableArray arrayWithCapacity:10] retain];
80 ruleMemo = [[ANTLRRuleStack newANTLRRuleStack:cnt] retain];
82 aHashRule = [[ANTLRHashRule newANTLRHashRuleWithLen:17] retain];
101 following = [[AMutableArray arrayWithCapacity:10] retain];
110 ruleMemo = [[ANTLRRuleStack newANTLRRuleStack:aLen] retain];
112 aHashRule = [[ANTLRHashRule newANTLRHashRuleWithLen:17] retain];
142 ruleMemo = [[ANTLRRuleStack newANTLRRuleStack:cnt] retain];
144 aHashRule = [[ANTLRHashRule newANTLRHashRuleWithLen:17] retain];
153 [ruleMemo addObject:[[ANTLRHashRule newANTLRHashRuleWithLen:17] retain]];
192 [aToken retain];
253 [aFollow retain];
267 [aRuleMemo retain];