Searched refs:getCurMethodDecl (Results 1 – 12 of 12) sorted by relevance
1273 auto *CurMD = S.getCurMethodDecl(); in findMethodInCurrentClass()1495 if (ObjCMethodDecl *CurMethod = S.getCurMethodDecl()) in getBaseMessageSendResultType()2307 if (ObjCMethodDecl *Method = getCurMethodDecl()) { in getObjCMessageKind()2355 ObjCInterfaceOrSuperCCC CCC(getCurMethodDecl()); in getObjCMessageKind()2721 else if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { in BuildClassMessage()2993 if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { in BuildInstanceMessage()3204 getCurMethodDecl()->isDesignatedInitializerForTheInterface(&InitMethod); in BuildInstanceMessage()3351 if (const auto *CurMeth = getCurMethodDecl()) { in BuildInstanceMessage()
1421 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) in LookupMemberExpr()1463 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) { in LookupMemberExpr()1552 ObjCMethodDecl *MD = S.getCurMethodDecl(); in LookupMemberExpr()
3965 } else if (ObjCMethodDecl *MD = getCurMethodDecl()) { in BuildReturnStmt()4128 assert((getCurFunctionDecl() || getCurMethodDecl()) && in BuildReturnStmt()4132 IsMethod ? cast<NamedDecl>(getCurMethodDecl()) : cast<NamedDecl>(FD); in BuildReturnStmt()4168 Entity = InitializedEntity::InitializeRelatedResult(getCurMethodDecl(), in BuildReturnStmt()
228 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder()2615 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in AddOrdinaryNameResults()7742 ObjCMethodDecl *CurMethod = S.getCurMethodDecl(); in AddSuperSendCompletion()7857 if (ObjCMethodDecl *Method = getCurMethodDecl()) in CodeCompleteObjCMessageReceiver()7880 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCSuperMessage()8002 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) in AddClassMessageCompletions()8143 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) in CodeCompleteObjCInstanceMessage()8154 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCInstanceMessage()
1954 if (ObjCMethodDecl *MD = getCurMethodDecl()) in IsSimplyAccessible()
1445 ObjCMethodDecl *Sema::getCurMethodDecl() { in getCurMethodDecl() function in Sema
4989 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in LookupPotentialTypoResult()
2564 bool IvarLookupFollowUp = II && !SS.isSet() && getCurMethodDecl(); in ActOnIdExpression()2828 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in LookupIvarInObjCMethod()2900 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in BuildIvarRefExpr()13693 ObjCMethodDecl *method = S.getCurMethodDecl(); in CheckForModifiableLvalue()
364 assert((getCurMethodDecl() == nullptr) && "Methodparsing confused"); in ActOnStartOfObjCMethodDef()
868 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in ClassifyName()1259 if (getCurMethodDecl() && SS.isEmpty()) in ActOnNameClassifiedAsNonType()15243 assert(MD == getCurMethodDecl() && "Method parsing confused"); in ActOnFinishFunctionBody()
16258 owner.Variable = S.getCurMethodDecl()->getSelfDecl(); in findRetainCycleOwner()16581 owner.Variable = getCurMethodDecl()->getSelfDecl(); in checkRetainCycles()
3459 ObjCMethodDecl *getCurMethodDecl();