Searched refs:getCurMethodDecl (Results 1 – 12 of 12) sorted by relevance
1390 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) in LookupMemberExpr()1432 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) { in LookupMemberExpr()1521 ObjCMethodDecl *MD = S.getCurMethodDecl(); in LookupMemberExpr()
1325 if (ObjCMethodDecl *CurMethod = S.getCurMethodDecl()) in getBaseMessageSendResultType()2125 if (ObjCMethodDecl *Method = getCurMethodDecl()) { in getObjCMessageKind()2175 llvm::make_unique<ObjCInterfaceOrSuperCCC>(getCurMethodDecl()), in getObjCMessageKind()2530 else if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { in BuildClassMessage()2807 if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { in BuildInstanceMessage()2978 getCurMethodDecl()->isDesignatedInitializerForTheInterface(&InitMethod); in BuildInstanceMessage()3125 if (const auto *CurMeth = getCurMethodDecl()) { in BuildInstanceMessage()
193 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder()2204 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in AddOrdinaryNameResults()6114 ObjCMethodDecl *CurMethod = S.getCurMethodDecl(); in AddSuperSendCompletion()6229 if (ObjCMethodDecl *Method = getCurMethodDecl()) in CodeCompleteObjCMessageReceiver()6252 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCSuperMessage()6373 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) in AddClassMessageCompletions()6514 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) in CodeCompleteObjCInstanceMessage()6525 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCInstanceMessage()
3560 } else if (ObjCMethodDecl *MD = getCurMethodDecl()) { in BuildReturnStmt()3703 Diag(ReturnLoc, DiagID) << getCurMethodDecl()->getDeclName() << 1/*meth*/; in BuildReturnStmt()3739 Entity = InitializedEntity::InitializeRelatedResult(getCurMethodDecl(), in BuildReturnStmt()
1918 if (ObjCMethodDecl *MD = getCurMethodDecl()) in IsSimplyAccessible()
1209 ObjCMethodDecl *Sema::getCurMethodDecl() { in getCurMethodDecl() function in Sema
4386 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in LookupPotentialTypoResult()
363 assert((getCurMethodDecl() == nullptr) && "Methodparsing confused"); in ActOnStartOfObjCMethodDef()
2143 bool IvarLookupFollowUp = II && !SS.isSet() && getCurMethodDecl(); in ActOnIdExpression()2403 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in LookupInObjCMethod()11223 ObjCMethodDecl *method = S.getCurMethodDecl(); in CheckForModifiableLvalue()
12668 owner.Variable = S.getCurMethodDecl()->getSelfDecl(); in findRetainCycleOwner()12990 owner.Variable = getCurMethodDecl()->getSelfDecl(); in checkRetainCycles()
850 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in ClassifyName()13256 assert(MD == getCurMethodDecl() && "Method parsing confused"); in ActOnFinishFunctionBody()
2405 ObjCMethodDecl *getCurMethodDecl();