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()
1404 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) in LookupMemberExpr()1446 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) { in LookupMemberExpr()1535 ObjCMethodDecl *MD = S.getCurMethodDecl(); in LookupMemberExpr()
224 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder()2610 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in AddOrdinaryNameResults()7252 ObjCMethodDecl *CurMethod = S.getCurMethodDecl(); in AddSuperSendCompletion()7367 if (ObjCMethodDecl *Method = getCurMethodDecl()) in CodeCompleteObjCMessageReceiver()7390 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCSuperMessage()7512 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) in AddClassMessageCompletions()7653 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) in CodeCompleteObjCInstanceMessage()7664 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCInstanceMessage()
3970 } else if (ObjCMethodDecl *MD = getCurMethodDecl()) { in BuildReturnStmt()4113 assert((getCurFunctionDecl() || getCurMethodDecl()) && in BuildReturnStmt()4117 IsMethod ? cast<NamedDecl>(getCurMethodDecl()) : cast<NamedDecl>(FD); in BuildReturnStmt()4155 Entity = InitializedEntity::InitializeRelatedResult(getCurMethodDecl(), in BuildReturnStmt()
1934 if (ObjCMethodDecl *MD = getCurMethodDecl()) in IsSimplyAccessible()
1359 ObjCMethodDecl *Sema::getCurMethodDecl() { in getCurMethodDecl() function in Sema
2496 bool IvarLookupFollowUp = II && !SS.isSet() && getCurMethodDecl(); in ActOnIdExpression()2759 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in LookupIvarInObjCMethod()2831 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in BuildIvarRefExpr()12869 ObjCMethodDecl *method = S.getCurMethodDecl(); in CheckForModifiableLvalue()
4664 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in LookupPotentialTypoResult()
364 assert((getCurMethodDecl() == nullptr) && "Methodparsing confused"); in ActOnStartOfObjCMethodDef()
858 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in ClassifyName()1225 if (getCurMethodDecl() && SS.isEmpty()) in ActOnNameClassifiedAsNonType()14624 assert(MD == getCurMethodDecl() && "Method parsing confused"); in ActOnFinishFunctionBody()
14809 owner.Variable = S.getCurMethodDecl()->getSelfDecl(); in findRetainCycleOwner()15132 owner.Variable = getCurMethodDecl()->getSelfDecl(); in checkRetainCycles()
3215 ObjCMethodDecl *getCurMethodDecl();