Home
last modified time | relevance | path

Searched defs:CurMethod (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1497 if (ObjCMethodDecl *CurMethod = S.getCurMethodDecl()) in getBaseMessageSendResultType() local
2172 if (ObjCMethodDecl *CurMethod = tryCaptureObjCSelf(receiverNameLoc)) { in ActOnClassPropertyRefExpr() local
4777 ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl(); in LookupIvarInObjCMethod() local
4868 ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl(); in BuildIvarRefExpr() local
H A DSemaCodeComplete.cpp8110 ObjCMethodDecl *CurMethod = S.getCurMethodDecl(); in AddSuperSendCompletion() local
8249 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) { in CodeCompleteObjCSuperMessage() local
8373 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) in AddClassMessageCompletions() local
8513 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) in CodeCompleteObjCInstanceMessage() local
8524 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) { in CodeCompleteObjCInstanceMessage() local
H A DSemaDeclObjC.cpp5365 for (const auto *CurMethod : ImplD->instance_methods()) { in DiagnoseUnusedBackingIvarInAccessor() local
H A DSemaDecl.cpp881 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in ClassifyName() local
H A DSemaExpr.cpp2457 const auto *CurMethod = dyn_cast<CXXMethodDecl>(CurContext); in DiagnoseDependentMemberLookup() local