Searched refs:getCurMethodDecl (Results 1 – 12 of 12) sorted by relevance
1437 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) in LookupMemberExpr()1479 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) { in LookupMemberExpr()1572 ObjCMethodDecl *MD = S.getCurMethodDecl(); in LookupMemberExpr()
1316 if (ObjCMethodDecl *CurMethod = S.getCurMethodDecl()) in getBaseMessageSendResultType()2077 if (ObjCMethodDecl *Method = getCurMethodDecl()) { in getObjCMessageKind()2127 llvm::make_unique<ObjCInterfaceOrSuperCCC>(getCurMethodDecl()), in getObjCMessageKind()2435 else if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { in BuildClassMessage()2683 if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { in BuildInstanceMessage()2849 getCurMethodDecl()->isDesignatedInitializerForTheInterface(&InitMethod); in BuildInstanceMessage()
189 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder()2014 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in AddOrdinaryNameResults()5351 ObjCMethodDecl *CurMethod = S.getCurMethodDecl(); in AddSuperSendCompletion()5468 if (ObjCMethodDecl *Method = getCurMethodDecl()) in CodeCompleteObjCMessageReceiver()5492 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCSuperMessage()5617 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) in AddClassMessageCompletions()5759 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) in CodeCompleteObjCInstanceMessage()5770 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCInstanceMessage()
3196 } else if (ObjCMethodDecl *MD = getCurMethodDecl()) { in BuildReturnStmt()3336 Diag(ReturnLoc, DiagID) << getCurMethodDecl()->getDeclName() << 1/*meth*/; in BuildReturnStmt()3371 Entity = InitializedEntity::InitializeRelatedResult(getCurMethodDecl(), in BuildReturnStmt()
945 ObjCMethodDecl *Sema::getCurMethodDecl() { in getCurMethodDecl() function in Sema
1890 if (ObjCMethodDecl *MD = getCurMethodDecl()) in IsSimplyAccessible()
3146 isVariadic = getCurMethodDecl()->isVariadic(); in SemaBuiltinVAStartImpl()3174 LastArg = getCurMethodDecl()->parameters().back(); in SemaBuiltinVAStartImpl()3260 else if (ObjCMethodDecl *MD = getCurMethodDecl()) in SemaBuiltinVAStartARM()9834 owner.Variable = S.getCurMethodDecl()->getSelfDecl(); in findRetainCycleOwner()10153 owner.Variable = getCurMethodDecl()->getSelfDecl(); in checkRetainCycles()
4301 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in LookupPotentialTypoResult()
301 assert((getCurMethodDecl() == nullptr) && "Methodparsing confused"); in ActOnStartOfObjCMethodDef()
2175 bool IvarLookupFollowUp = II && !SS.isSet() && getCurMethodDecl(); in ActOnIdExpression()2432 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in LookupInObjCMethod()9867 ObjCMethodDecl *method = S.getCurMethodDecl(); in CheckForModifiableLvalue()
780 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in ClassifyName()11583 assert(MD == getCurMethodDecl() && "Method parsing confused"); in ActOnFinishFunctionBody()
2109 ObjCMethodDecl *getCurMethodDecl();