Searched refs:SelfD (Results 1 – 4 of 4) sorted by relevance
33 ImplicitParamDecl *SelfD; member in __anone7a1f3ae0111::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()
951 const VarDecl *SelfD = CalleeCtx->getAnalysisDeclContext()->getSelfDecl(); in getInitialStackFrameContents() local953 Loc SelfLoc = SVB.makeLoc(MRMgr.getVarRegion(SelfD, CalleeCtx)); in getInitialStackFrameContents()
151 const ImplicitParamDecl *SelfD = MD->getSelfDecl(); in getInitialState() local152 const MemRegion *R = state->getRegion(SelfD, InitLoc); in getInitialState()
351 const Expr *DeclExp, VarDecl *SelfD=nullptr);