Home
last modified time | relevance | path

Searched refs:SelfD (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp33 ImplicitParamDecl *SelfD; member in __anon5af92ae90111::ZeroOutInDeallocRemover
38 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()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp893 const VarDecl *SelfD = CalleeCtx->getAnalysisDeclContext()->getSelfDecl(); in getInitialStackFrameContents() local
895 Loc SelfLoc = SVB.makeLoc(MRMgr.getVarRegion(SelfD, CalleeCtx)); in getInitialStackFrameContents()
DExprEngine.cpp150 const ImplicitParamDecl *SelfD = MD->getSelfDecl(); in getInitialState() local
151 const MemRegion *R = state->getRegion(SelfD, InitLoc); in getInitialState()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h349 const Expr *DeclExp, VarDecl *SelfD=nullptr);