Home
last modified time | relevance | path

Searched refs:tryCaptureObjCSelf (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h712 ObjCMethodDecl *tryCaptureObjCSelf(SourceLocation Loc);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1427 ObjCMethodDecl *SemaObjC::tryCaptureObjCSelf(SourceLocation Loc) { in tryCaptureObjCSelf() function in SemaObjC
2183 if (ObjCMethodDecl *CurMethod = tryCaptureObjCSelf(receiverNameLoc)) { in ActOnClassPropertyRefExpr()
2399 ObjCMethodDecl *Method = tryCaptureObjCSelf(SuperLoc); in ActOnSuperMessage()