Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp7252 ObjCMethodDecl *CurMethod = S.getCurMethodDecl(); in AddSuperSendCompletion() local
7390 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCSuperMessage() local
7512 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) in AddClassMessageCompletions() local
7653 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) in CodeCompleteObjCInstanceMessage() local
7664 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCInstanceMessage() local
H A DSemaExprMember.cpp1822 auto *CurMethod = dyn_cast<CXXMethodDecl>(CurContext); in BuildFieldReferenceExpr() local
H A DSemaExprObjC.cpp1495 if (ObjCMethodDecl *CurMethod = S.getCurMethodDecl()) in getBaseMessageSendResultType() local
2173 if (ObjCMethodDecl *CurMethod = tryCaptureObjCSelf(receiverNameLoc)) { in ActOnClassPropertyRefExpr() local
H A DSemaDeclObjC.cpp5324 for (const auto *CurMethod : ImplD->instance_methods()) { in DiagnoseUnusedBackingIvarInAccessor() local
H A DSemaExpr.cpp2150 CXXMethodDecl *CurMethod = dyn_cast<CXXMethodDecl>(CurContext); in DiagnoseDependentMemberLookup() local
2759 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in LookupIvarInObjCMethod() local
2831 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in BuildIvarRefExpr() local
H A DSemaDecl.cpp858 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in ClassifyName() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp2217 } else if (auto CurMethod = in EmitMessageSend() local