Searched refs:getit (Results 1 – 6 of 6) sorted by relevance
12 -(U)getit:(T)val;37 -(id)getit:(id)val {}48 // CHECK-CC0: ObjCInstanceMethodDecl:{ResultType MyClsB *}{TypedText getit:}{Placeholder (MyClsA *)…59 // CHECK-CC3: ObjCInstanceMethodDecl:{ResultType __kindof NSObject *}{TypedText getit:}{Placeholder…70 // CHECK-CC6: ObjCInstanceMethodDecl:{LeftParen (}{Text NSObject *}{RightParen )}{TypedText getit}{…
94 …int getit() const; // expected-note {{member declaration does not match because it is const qualif…98 int TestConst::getit() { // expected-error {{out-of-line definition of 'getit' does not match any d… in getit() function in TestConst
26 Point getit(void);29 (void)(p = getit()).x; in test()
668 goto getit; in set_contents()697 getit: in set_contents()
383 goto getit; in get_contents()401 getit: in get_contents()
44 -(ObjectType)getit; method