Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp3256 if (CXXMethodDecl *CurMethod = dyn_cast<CXXMethodDecl>(CurContext)) in CodeCompleteOrdinaryName() local
5113 ObjCMethodDecl *CurMethod = S.getCurMethodDecl(); in AddSuperSendCompletion() local
5253 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCSuperMessage() local
5378 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) in AddClassMessageCompletions() local
5520 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) in CodeCompleteObjCInstanceMessage() local
5531 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCInstanceMessage() local
H A DSemaExprObjC.cpp1163 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) in getMessageSendResultType() local
1753 if (ObjCMethodDecl *CurMethod = tryCaptureObjCSelf(receiverNameLoc)) { in ActOnClassPropertyRefExpr() local
H A DSemaDeclObjC.cpp3567 for (const auto *CurMethod : ImplD->instance_methods()) { in DiagnoseUnusedBackingIvarInAccessor() local
H A DSemaExpr.cpp1753 CXXMethodDecl *CurMethod = dyn_cast<CXXMethodDecl>(CurContext); in DiagnoseEmptyLookup() local
2328 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in LookupInObjCMethod() local
H A DSemaDecl.cpp696 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in ClassifyName() local