Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp7885 ObjCMethodDecl *CurMethod = S.getCurMethodDecl(); AddSuperSendCompletion() local
8024 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { CodeCompleteObjCSuperMessage() local
8146 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) AddClassMessageCompletions() local
8287 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) CodeCompleteObjCInstanceMessage() local
8298 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { CodeCompleteObjCInstanceMessage() local
[all...]
H A DSemaExprMember.cpp1889 auto *CurMethod = dyn_cast<CXXMethodDecl>(CurContext); BuildFieldReferenceExpr() local
H A DSemaExprObjC.cpp1494 if (ObjCMethodDecl *CurMethod = S.getCurMethodDecl()) getBaseMessageSendResultType() local
2173 if (ObjCMethodDecl *CurMethod = tryCaptureObjCSelf(receiverNameLoc)) { ActOnClassPropertyRefExpr() local
[all...]
H A DSemaDeclObjC.cpp5344 for (const auto *CurMethod : ImplD->instance_methods()) { DiagnoseUnusedBackingIvarInAccessor() local
H A DSemaExpr.cpp2415 const auto *CurMethod = dyn_cast<CXXMethodDecl>(CurContext); DiagnoseDependentMemberLookup() local
3031 ObjCMethodDecl *CurMethod = getCurMethodDecl(); LookupIvarInObjCMethod() local
3103 ObjCMethodDecl *CurMethod = getCurMethodDecl(); BuildIvarRefExpr() local
H A DSemaDecl.cpp930 ObjCMethodDecl *CurMethod = getCurMethodDecl(); ClassifyName() local