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 __anone7a1f3ae0111::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.cpp951 const VarDecl *SelfD = CalleeCtx->getAnalysisDeclContext()->getSelfDecl(); in getInitialStackFrameContents() local
953 Loc SelfLoc = SVB.makeLoc(MRMgr.getVarRegion(SelfD, CalleeCtx)); in getInitialStackFrameContents()
DExprEngine.cpp151 const ImplicitParamDecl *SelfD = MD->getSelfDecl(); in getInitialState() local
152 const MemRegion *R = state->getRegion(SelfD, InitLoc); in getInitialState()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h351 const Expr *DeclExp, VarDecl *SelfD=nullptr);