Searched refs:getCurMethodDecl (Results 1 – 12 of 12) sorted by relevance
1328 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) in LookupMemberExpr()1370 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) { in LookupMemberExpr()1462 ObjCMethodDecl *MD = S.getCurMethodDecl(); in LookupMemberExpr()
1156 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) in getMessageSendResultType()1847 if (ObjCMethodDecl *Method = getCurMethodDecl()) { in getObjCMessageKind()1895 ObjCInterfaceOrSuperCCC Validator(getCurMethodDecl()); in getObjCMessageKind()2377 if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { in BuildInstanceMessage()2515 getCurMethodDecl()->isDesignatedInitializerForTheInterface(&InitMethod); in BuildInstanceMessage()
190 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder()2000 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in AddOrdinaryNameResults()5109 ObjCMethodDecl *CurMethod = S.getCurMethodDecl(); in AddSuperSendCompletion()5225 if (ObjCMethodDecl *Method = getCurMethodDecl()) in CodeCompleteObjCMessageReceiver()5249 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCSuperMessage()5374 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) in AddClassMessageCompletions()5516 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) in CodeCompleteObjCInstanceMessage()5527 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCInstanceMessage()
2852 } else if (ObjCMethodDecl *MD = getCurMethodDecl()) { in BuildReturnStmt()2968 Diag(ReturnLoc, DiagID) << getCurMethodDecl()->getDeclName() << 1/*meth*/; in BuildReturnStmt()3002 Entity = InitializedEntity::InitializeRelatedResult(getCurMethodDecl(), in BuildReturnStmt()
879 ObjCMethodDecl *Sema::getCurMethodDecl() { in getCurMethodDecl() function in Sema
1878 if (ObjCMethodDecl *MD = getCurMethodDecl()) in IsSimplyAccessible()
1679 isVariadic = getCurMethodDecl()->isVariadic(); in SemaBuiltinVAStart()1706 LastArg = *(getCurMethodDecl()->param_end()-1); in SemaBuiltinVAStart()7337 owner.Variable = S.getCurMethodDecl()->getSelfDecl(); in findRetainCycleOwner()7490 owner.Variable = getCurMethodDecl()->getSelfDecl(); in checkRetainCycles()
306 assert((getCurMethodDecl() == nullptr) && "Methodparsing confused"); in ActOnStartOfObjCMethodDef()
3927 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in LookupPotentialTypoResult()
2064 bool IvarLookupFollowUp = II && !SS.isSet() && getCurMethodDecl(); in ActOnIdExpression()2292 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in LookupInObjCMethod()8527 ObjCMethodDecl *method = S.getCurMethodDecl(); in CheckForModifiableLvalue()
690 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in ClassifyName()10148 assert(MD == getCurMethodDecl() && "Method parsing confused"); in ActOnFinishFunctionBody()
1922 ObjCMethodDecl *getCurMethodDecl();