Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCodeComplete.cpp3302 if (CXXMethodDecl *CurMethod = dyn_cast<CXXMethodDecl>(CurContext)) in CodeCompleteOrdinaryName() local
5254 ObjCMethodDecl *CurMethod = S.getCurMethodDecl(); in AddSuperSendCompletion() local
5394 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCSuperMessage() local
5519 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) in AddClassMessageCompletions() local
5661 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) in CodeCompleteObjCInstanceMessage() local
5672 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCInstanceMessage() local
DSemaExprObjC.cpp1161 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) in getMessageSendResultType() local
1693 if (ObjCMethodDecl *CurMethod = tryCaptureObjCSelf(receiverNameLoc)) { in ActOnClassPropertyRefExpr() local
DSemaDeclObjC.cpp3580 for (const auto *CurMethod : ImplD->instance_methods()) { in DiagnoseUnusedBackingIvarInAccessor() local
DSemaExpr.cpp1798 CXXMethodDecl *CurMethod = dyn_cast<CXXMethodDecl>(CurContext); in DiagnoseEmptyLookup() local
2373 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in LookupInObjCMethod() local
DSemaDecl.cpp737 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in ClassifyName() local