Searched refs:getit (Results 1 – 3 of 3) 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}{…
87 …int getit() const; // expected-note {{member declaration does not match because it is const qualif…91 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()