Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1271 auto *CurMD = S.getCurMethodDecl(); in findMethodInCurrentClass()
1494 if (ObjCMethodDecl *CurMethod = S.getCurMethodDecl()) in getBaseMessageSendResultType()
2307 if (ObjCMethodDecl *Method = getCurMethodDecl()) { in getObjCMessageKind()
2355 ObjCInterfaceOrSuperCCC CCC(getCurMethodDecl()); in getObjCMessageKind()
2724 else if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { in BuildClassMessage()
2994 if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { in BuildInstanceMessage()
3205 getCurMethodDecl()->isDesignatedInitializerForTheInterface(&InitMethod); in BuildInstanceMessage()
3350 if (const auto *CurMeth = getCurMethodDecl()) { in BuildInstanceMessage()
H A DSemaExprMember.cpp1454 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) in LookupMemberExpr()
1496 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) { in LookupMemberExpr()
1585 ObjCMethodDecl *MD = S.getCurMethodDecl(); in LookupMemberExpr()
H A DSemaStmt.cpp3984 } else if (ObjCMethodDecl *MD = getCurMethodDecl()) { in BuildReturnStmt()
4155 assert((getCurFunctionDecl() || getCurMethodDecl()) && in BuildReturnStmt()
4159 IsMethod ? cast<NamedDecl>(getCurMethodDecl()) : cast<NamedDecl>(FD); in BuildReturnStmt()
4195 Entity = InitializedEntity::InitializeRelatedResult(getCurMethodDecl(), in BuildReturnStmt()
H A DSemaCodeComplete.cpp230 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder()
2707 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in AddOrdinaryNameResults()
7885 ObjCMethodDecl *CurMethod = S.getCurMethodDecl(); in AddSuperSendCompletion()
8000 if (ObjCMethodDecl *Method = getCurMethodDecl()) in CodeCompleteObjCMessageReceiver()
8024 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCSuperMessage()
8146 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) in AddClassMessageCompletions()
8287 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) in CodeCompleteObjCInstanceMessage()
8298 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCInstanceMessage()
H A DSemaAccess.cpp1967 if (ObjCMethodDecl *MD = getCurMethodDecl()) in IsSimplyAccessible()
H A DSema.cpp1506 ObjCMethodDecl *Sema::getCurMethodDecl() { in getCurMethodDecl() function in Sema
H A DSemaLookup.cpp5019 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in LookupPotentialTypoResult()
H A DSemaExpr.cpp2763 bool IvarLookupFollowUp = II && !SS.isSet() && getCurMethodDecl(); in ActOnIdExpression()
3031 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in LookupIvarInObjCMethod()
3103 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in BuildIvarRefExpr()
14435 ObjCMethodDecl *method = S.getCurMethodDecl(); in CheckForModifiableLvalue()
H A DSemaDeclObjC.cpp364 assert((getCurMethodDecl() == nullptr) && "Methodparsing confused"); in ActOnStartOfObjCMethodDef()
H A DSemaDecl.cpp930 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in ClassifyName()
1312 if (getCurMethodDecl() && SS.isEmpty()) in ActOnNameClassifiedAsNonType()
16265 assert(MD == getCurMethodDecl() && "Method parsing confused"); in ActOnFinishFunctionBody()
H A DSemaChecking.cpp18334 owner.Variable = S.getCurMethodDecl()->getSelfDecl(); in findRetainCycleOwner()
18656 owner.Variable = getCurMethodDecl()->getSelfDecl(); in checkRetainCycles()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3626 ObjCMethodDecl *getCurMethodDecl();