Searched refs:getCurMethodDecl (Results 1 – 12 of 12) sorted by relevance
1271 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()
1454 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) in LookupMemberExpr()1496 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) { in LookupMemberExpr()1585 ObjCMethodDecl *MD = S.getCurMethodDecl(); in LookupMemberExpr()
3984 } 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()
230 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()
1967 if (ObjCMethodDecl *MD = getCurMethodDecl()) in IsSimplyAccessible()
1506 ObjCMethodDecl *Sema::getCurMethodDecl() { in getCurMethodDecl() function in Sema
5019 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in LookupPotentialTypoResult()
2763 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()
364 assert((getCurMethodDecl() == nullptr) && "Methodparsing confused"); in ActOnStartOfObjCMethodDef()
930 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in ClassifyName()1312 if (getCurMethodDecl() && SS.isEmpty()) in ActOnNameClassifiedAsNonType()16265 assert(MD == getCurMethodDecl() && "Method parsing confused"); in ActOnFinishFunctionBody()
18334 owner.Variable = S.getCurMethodDecl()->getSelfDecl(); in findRetainCycleOwner()18656 owner.Variable = getCurMethodDecl()->getSelfDecl(); in checkRetainCycles()
3626 ObjCMethodDecl *getCurMethodDecl();