Searched refs:SelfD (Results 1 – 3 of 3) sorted by relevance
32 ImplicitParamDecl *SelfD; member in __anon7bb8f6870111::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()
1395 const VarDecl *SelfD = CalleeCtx->getAnalysisDeclContext()->getSelfDecl(); in getInitialStackFrameContents() local1397 Loc SelfLoc = SVB.makeLoc(MRMgr.getVarRegion(SelfD, CalleeCtx)); in getInitialStackFrameContents()
290 const ImplicitParamDecl *SelfD = MD->getSelfDecl(); in getInitialState() local291 const MemRegion *R = state->getRegion(SelfD, InitLoc); in getInitialState()