Searched refs:getCurMethodDecl (Results 1 – 12 of 12) sorted by relevance
1271 auto *CurMD = S.getCurMethodDecl(); in findMethodInCurrentClass()1493 if (ObjCMethodDecl *CurMethod = S.getCurMethodDecl()) in getBaseMessageSendResultType()2305 if (ObjCMethodDecl *Method = getCurMethodDecl()) { in getObjCMessageKind()2353 ObjCInterfaceOrSuperCCC CCC(getCurMethodDecl()); in getObjCMessageKind()2719 else if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { in BuildClassMessage()2989 if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { in BuildInstanceMessage()3200 getCurMethodDecl()->isDesignatedInitializerForTheInterface(&InitMethod); in BuildInstanceMessage()3345 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()
3957 } else if (ObjCMethodDecl *MD = getCurMethodDecl()) { in BuildReturnStmt()4120 assert((getCurFunctionDecl() || getCurMethodDecl()) && in BuildReturnStmt()4124 IsMethod ? cast<NamedDecl>(getCurMethodDecl()) : cast<NamedDecl>(FD); in BuildReturnStmt()4160 Entity = InitializedEntity::InitializeRelatedResult(getCurMethodDecl(), in BuildReturnStmt()
229 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder()2645 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in AddOrdinaryNameResults()7795 ObjCMethodDecl *CurMethod = S.getCurMethodDecl(); in AddSuperSendCompletion()7910 if (ObjCMethodDecl *Method = getCurMethodDecl()) in CodeCompleteObjCMessageReceiver()7934 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCSuperMessage()8056 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) in AddClassMessageCompletions()8197 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) in CodeCompleteObjCInstanceMessage()8208 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCInstanceMessage()
1957 if (ObjCMethodDecl *MD = getCurMethodDecl()) in IsSimplyAccessible()
1473 ObjCMethodDecl *Sema::getCurMethodDecl() { in getCurMethodDecl() function in Sema
5001 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in LookupPotentialTypoResult()
2563 bool IvarLookupFollowUp = II && !SS.isSet() && getCurMethodDecl(); in ActOnIdExpression()2831 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in LookupIvarInObjCMethod()2903 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in BuildIvarRefExpr()13980 ObjCMethodDecl *method = S.getCurMethodDecl(); in CheckForModifiableLvalue()
364 assert((getCurMethodDecl() == nullptr) && "Methodparsing confused"); in ActOnStartOfObjCMethodDef()
905 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in ClassifyName()1287 if (getCurMethodDecl() && SS.isEmpty()) in ActOnNameClassifiedAsNonType()15676 assert(MD == getCurMethodDecl() && "Method parsing confused"); in ActOnFinishFunctionBody()
16536 owner.Variable = S.getCurMethodDecl()->getSelfDecl(); in findRetainCycleOwner()16860 owner.Variable = getCurMethodDecl()->getSelfDecl(); in checkRetainCycles()
3558 ObjCMethodDecl *getCurMethodDecl();