Home
last modified time | relevance | path

Searched refs:getCurMethodDecl (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1276 auto *CurMD = S.getCurMethodDecl(); in findMethodInCurrentClass()
1497 if (ObjCMethodDecl *CurMethod = S.getCurMethodDecl()) in getBaseMessageSendResultType()
2306 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in getObjCMessageKind()
2354 ObjCInterfaceOrSuperCCC CCC(SemaRef.getCurMethodDecl()); in getObjCMessageKind()
2718 } else if (ObjCMethodDecl *CurMeth = SemaRef.getCurMethodDecl()) { in BuildClassMessage()
2987 if (ObjCMethodDecl *CurMeth = SemaRef.getCurMethodDecl()) { in BuildInstanceMessage()
3198 auto *CurMD = SemaRef.getCurMethodDecl(); in BuildInstanceMessage()
3347 if (const auto *CurMeth = SemaRef.getCurMethodDecl()) { in BuildInstanceMessage()
4777 ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl(); in LookupIvarInObjCMethod()
4868 ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl(); in BuildIvarRefExpr()
H A DSemaExprMember.cpp1403 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) in LookupMemberExpr()
1445 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) { in LookupMemberExpr()
1533 ObjCMethodDecl *MD = S.getCurMethodDecl(); in LookupMemberExpr()
H A DSemaStmt.cpp3939 } else if (ObjCMethodDecl *MD = getCurMethodDecl()) { in BuildReturnStmt()
4110 assert((getCurFunctionDecl() || getCurMethodDecl()) && in BuildReturnStmt()
4114 IsMethod ? cast<NamedDecl>(getCurMethodDecl()) : cast<NamedDecl>(FD); in BuildReturnStmt()
4150 Entity = InitializedEntity::InitializeRelatedResult(getCurMethodDecl(), in BuildReturnStmt()
H A DSemaObjC.cpp847 owner.Variable = S.getCurMethodDecl()->getSelfDecl(); in findRetainCycleOwner()
1168 owner.Variable = SemaRef.getCurMethodDecl()->getSelfDecl(); in checkRetainCycles()
H A DSemaCodeComplete.cpp232 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder()
2844 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in AddOrdinaryNameResults()
8110 ObjCMethodDecl *CurMethod = S.getCurMethodDecl(); in AddSuperSendCompletion()
8225 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in CodeCompleteObjCMessageReceiver()
8249 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) { in CodeCompleteObjCSuperMessage()
8373 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) in AddClassMessageCompletions()
8513 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) in CodeCompleteObjCInstanceMessage()
8524 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) { in CodeCompleteObjCInstanceMessage()
H A DSemaAccess.cpp1955 if (ObjCMethodDecl *MD = getCurMethodDecl()) in IsSimplyAccessible()
H A DSema.cpp1651 ObjCMethodDecl *Sema::getCurMethodDecl() { in getCurMethodDecl() function in Sema
H A DSemaLookup.cpp5043 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in LookupPotentialTypoResult()
H A DSemaDeclObjC.cpp371 assert((SemaRef.getCurMethodDecl() == nullptr) && "Methodparsing confused"); in ActOnStartOfObjCMethodDef()
H A DSemaDecl.cpp881 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in ClassifyName()
1266 if (getCurMethodDecl() && SS.isEmpty()) in ActOnNameClassifiedAsNonType()
16539 assert(MD == getCurMethodDecl() && "Method parsing confused"); in ActOnFinishFunctionBody()
H A DSemaExpr.cpp2784 bool IvarLookupFollowUp = II && !SS.isSet() && getCurMethodDecl(); in ActOnIdExpression()
13787 ObjCMethodDecl *method = S.getCurMethodDecl(); in CheckForModifiableLvalue()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1148 ObjCMethodDecl *getCurMethodDecl();
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc4641 {"_ZN5clang4Sema16getCurMethodDeclEv", "clang::Sema::getCurMethodDecl()"},