Searched defs:tryCaptureObjCSelf (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp1117 ObjCMethodDecl *Sema::tryCaptureObjCSelf(SourceLocation Loc) { function in class:Sema
1723 if (ObjCMethodDecl *CurMethod = tryCaptureObjCSelf(receiverNameLoc)) {
1931 ObjCMethodDecl *Method = tryCaptureObjCSelf(SuperLoc);

Completed in 35 milliseconds