Searched refs:SelfD (Results 1 – 4 of 4) sorted by relevance
32 ImplicitParamDecl *SelfD; member in __anon7b9bb1120111::ZeroOutInDeallocRemover37 ZeroOutInDeallocRemover(MigrationPass &pass) : Pass(pass), SelfD(nullptr) { in ZeroOutInDeallocRemover()53 if (!refE || refE->getDecl() != SelfD) in VisitObjCMessageExpr()110 SelfD = D->getSelfDecl(); in TraverseObjCMethodDecl()135 SelfD = nullptr; in TraverseObjCMethodDecl()
372 const Expr *DeclExp, VarDecl *SelfD=nullptr);
1362 const VarDecl *SelfD = CalleeCtx->getAnalysisDeclContext()->getSelfDecl(); in getInitialStackFrameContents() local1364 Loc SelfLoc = SVB.makeLoc(MRMgr.getVarRegion(SelfD, CalleeCtx)); in getInitialStackFrameContents()
278 const ImplicitParamDecl *SelfD = MD->getSelfDecl(); in getInitialState() local279 const MemRegion *R = state->getRegion(SelfD, InitLoc); in getInitialState()