Searched refs:SelfD (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp33 ImplicitParamDecl *SelfD; member in class:__anon17704::ZeroOutInDeallocRemover
38 ZeroOutInDeallocRemover(MigrationPass &pass) : Pass(pass), SelfD(nullptr) {
54 if (!refE || refE->getDecl() != SelfD)
111 SelfD = D->getSelfDecl();
138 SelfD = nullptr;
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp893 const VarDecl *SelfD = CalleeCtx->getAnalysisDeclContext()->getSelfDecl(); local
895 Loc SelfLoc = SVB.makeLoc(MRMgr.getVarRegion(SelfD, CalleeCtx));
H A DExprEngine.cpp141 const ImplicitParamDecl *SelfD = MD->getSelfDecl(); local
142 const MemRegion *R = state->getRegion(SelfD, InitLoc);

Completed in 153 milliseconds