Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCodeComplete.cpp3375 if (CXXMethodDecl *CurMethod = dyn_cast<CXXMethodDecl>(CurContext)) in CodeCompleteOrdinaryName() local
5351 ObjCMethodDecl *CurMethod = S.getCurMethodDecl(); in AddSuperSendCompletion() local
5492 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCSuperMessage() local
5617 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) in AddClassMessageCompletions() local
5759 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) in CodeCompleteObjCInstanceMessage() local
5770 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCInstanceMessage() local
DSemaExprObjC.cpp1316 if (ObjCMethodDecl *CurMethod = S.getCurMethodDecl()) in getBaseMessageSendResultType() local
1953 if (ObjCMethodDecl *CurMethod = tryCaptureObjCSelf(receiverNameLoc)) { in ActOnClassPropertyRefExpr() local
DSemaDeclObjC.cpp4761 for (const auto *CurMethod : ImplD->instance_methods()) { in DiagnoseUnusedBackingIvarInAccessor() local
DSemaExpr.cpp1894 CXXMethodDecl *CurMethod = dyn_cast<CXXMethodDecl>(CurContext); in DiagnoseEmptyLookup() local
2432 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in LookupInObjCMethod() local
DSemaDecl.cpp780 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in ClassifyName() local
/external/clang/lib/CodeGen/
DCGObjCMac.cpp1906 } else if (auto CurMethod = in EmitMessageSend() local