Searched refs:tryCaptureObjCSelf (Results 1 – 2 of 2) sorted by relevance
712 ObjCMethodDecl *tryCaptureObjCSelf(SourceLocation Loc);
1427 ObjCMethodDecl *SemaObjC::tryCaptureObjCSelf(SourceLocation Loc) { in tryCaptureObjCSelf() function in SemaObjC2183 if (ObjCMethodDecl *CurMethod = tryCaptureObjCSelf(receiverNameLoc)) { in ActOnClassPropertyRefExpr()2399 ObjCMethodDecl *Method = tryCaptureObjCSelf(SuperLoc); in ActOnSuperMessage()