Searched refs:SelfD (Results 1 – 4 of 4) sorted by relevance
33 ImplicitParamDecl *SelfD; member in __anon5af92ae90111::ZeroOutInDeallocRemover38 ZeroOutInDeallocRemover(MigrationPass &pass) : Pass(pass), SelfD(nullptr) { in ZeroOutInDeallocRemover()54 if (!refE || refE->getDecl() != SelfD) in VisitObjCMessageExpr()111 SelfD = D->getSelfDecl(); in TraverseObjCMethodDecl()138 SelfD = nullptr; in TraverseObjCMethodDecl()
893 const VarDecl *SelfD = CalleeCtx->getAnalysisDeclContext()->getSelfDecl(); in getInitialStackFrameContents() local895 Loc SelfLoc = SVB.makeLoc(MRMgr.getVarRegion(SelfD, CalleeCtx)); in getInitialStackFrameContents()
150 const ImplicitParamDecl *SelfD = MD->getSelfDecl(); in getInitialState() local151 const MemRegion *R = state->getRegion(SelfD, InitLoc); in getInitialState()
349 const Expr *DeclExp, VarDecl *SelfD=nullptr);