OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initwithtype
(Results
1 - 12
of
12
) sorted by null
/external/clang/test/SemaObjC/
warn-strict-selector-match.m
84
- (instancetype)
initWithType
:(NSString *)whatever; // expected-note {{also found}}
93
return [[[self class] alloc]
initWithType
:3]; // expected-warning {{multiple methods named '
initWithType
:'}}
96
- (instancetype)
initWithType
:(unsigned int)whatever // expected-note {{using}}
method-lookup-3.m
85
- (instancetype)
initWithType
:(NSString *)whatever;
93
return [[[self class] alloc]
initWithType
:3];
95
- (instancetype)
initWithType
:(int)whatever
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCommonToken.h
83
- (ANTLRCommonToken *)
initWithType
:(ANTLRTokenType)aType;
84
- (ANTLRCommonToken *)
initWithType
:(ANTLRTokenType)aTType Text:(NSString *)tokenText;
ANTLRBitSet.h
62
- (ANTLRBitSet *)
initWithType
:(ANTLRTokenType)type;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRCommonToken.h
83
- (ANTLRCommonToken *)
initWithType
:(ANTLRTokenType)aType;
84
- (ANTLRCommonToken *)
initWithType
:(ANTLRTokenType)aTType Text:(NSString *)tokenText;
ANTLRBitSet.h
62
- (ANTLRBitSet *)
initWithType
:(ANTLRTokenType)type;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRCommonToken.h
83
- (ANTLRCommonToken *)
initWithType
:(ANTLRTokenType)aType;
84
- (ANTLRCommonToken *)
initWithType
:(ANTLRTokenType)aTType Text:(NSString *)tokenText;
ANTLRBitSet.h
62
- (ANTLRBitSet *)
initWithType
:(ANTLRTokenType)type;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBitSet.h
63
- (ANTLRBitSet *)
initWithType
:(ANTLRTokenType)type;
ANTLRCommonToken.m
87
return( [[ANTLRCommonToken alloc]
initWithType
:tokenType] );
92
return( [[ANTLRCommonToken alloc]
initWithType
:tokenType Text:tokenText] );
188
- (id)
initWithType
:(ANTLRTokenType)aTType
196
- (id)
initWithType
:(ANTLRTokenType)aTType Text:(NSString *)tokenText
ANTLRBitSet.m
39
return [[ANTLRBitSet alloc]
initWithType
:type];
112
- (ANTLRBitSet *)
initWithType
:(ANTLRTokenType)type
ANTLRCommonToken.h
76
- (id)
initWithType
:(ANTLRTokenType)aType;
77
- (id)
initWithType
:(ANTLRTokenType)aTType Text:(NSString *)tokenText;
Completed in 290 milliseconds