Searched refs:getCurMethodDecl (Results 1 – 12 of 12) sorted by relevance
1345 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) in LookupMemberExpr()1387 if (ObjCMethodDecl *MD = S.getCurMethodDecl()) { in LookupMemberExpr()1479 ObjCMethodDecl *MD = S.getCurMethodDecl(); in LookupMemberExpr()
1161 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) in getMessageSendResultType()1818 if (ObjCMethodDecl *Method = getCurMethodDecl()) { in getObjCMessageKind()1868 llvm::make_unique<ObjCInterfaceOrSuperCCC>(getCurMethodDecl()), in getObjCMessageKind()2179 else if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { in BuildClassMessage()2423 if (ObjCMethodDecl *CurMeth = getCurMethodDecl()) { in BuildInstanceMessage()2571 getCurMethodDecl()->isDesignatedInitializerForTheInterface(&InitMethod); in BuildInstanceMessage()
190 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) in ResultBuilder()1999 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in AddOrdinaryNameResults()5254 ObjCMethodDecl *CurMethod = S.getCurMethodDecl(); in AddSuperSendCompletion()5370 if (ObjCMethodDecl *Method = getCurMethodDecl()) in CodeCompleteObjCMessageReceiver()5394 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCSuperMessage()5519 if (ObjCMethodDecl *CurMethod = SemaRef.getCurMethodDecl()) in AddClassMessageCompletions()5661 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) in CodeCompleteObjCInstanceMessage()5672 if (ObjCMethodDecl *CurMethod = getCurMethodDecl()) { in CodeCompleteObjCInstanceMessage()
3089 } else if (ObjCMethodDecl *MD = getCurMethodDecl()) { in BuildReturnStmt()3216 Diag(ReturnLoc, DiagID) << getCurMethodDecl()->getDeclName() << 1/*meth*/; in BuildReturnStmt()3251 Entity = InitializedEntity::InitializeRelatedResult(getCurMethodDecl(), in BuildReturnStmt()
902 ObjCMethodDecl *Sema::getCurMethodDecl() { in getCurMethodDecl() function in Sema
1878 if (ObjCMethodDecl *MD = getCurMethodDecl()) in IsSimplyAccessible()
2134 isVariadic = getCurMethodDecl()->isVariadic(); in SemaBuiltinVAStart()2161 LastArg = *(getCurMethodDecl()->param_end()-1); in SemaBuiltinVAStart()2199 else if (ObjCMethodDecl *MD = getCurMethodDecl()) in SemaBuiltinVAStartARM()8177 owner.Variable = S.getCurMethodDecl()->getSelfDecl(); in findRetainCycleOwner()8560 owner.Variable = getCurMethodDecl()->getSelfDecl(); in checkRetainCycles()
301 assert((getCurMethodDecl() == nullptr) && "Methodparsing confused"); in ActOnStartOfObjCMethodDef()
3892 if (ObjCMethodDecl *Method = SemaRef.getCurMethodDecl()) { in LookupPotentialTypoResult()
2114 bool IvarLookupFollowUp = II && !SS.isSet() && getCurMethodDecl(); in ActOnIdExpression()2373 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in LookupInObjCMethod()9157 ObjCMethodDecl *method = S.getCurMethodDecl(); in CheckForModifiableLvalue()
737 ObjCMethodDecl *CurMethod = getCurMethodDecl(); in ClassifyName()10667 assert(MD == getCurMethodDecl() && "Method parsing confused"); in ActOnFinishFunctionBody()
1881 ObjCMethodDecl *getCurMethodDecl();