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

/external/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp33 ImplicitParamDecl *SelfD; member in class:__anon1040::ZeroOutInDeallocRemover
38 ZeroOutInDeallocRemover(MigrationPass &pass) : Pass(pass), SelfD(nullptr) {
54 if (!refE || refE->getDecl() != SelfD)
111 SelfD = D->getSelfDecl();
138 SelfD = nullptr;
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h351 const Expr *DeclExp, VarDecl *SelfD=nullptr);
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1028 const VarDecl *SelfD = CalleeCtx->getAnalysisDeclContext()->getSelfDecl(); local
1030 Loc SelfLoc = SVB.makeLoc(MRMgr.getVarRegion(SelfD, CalleeCtx));
H A DExprEngine.cpp152 const ImplicitParamDecl *SelfD = MD->getSelfDecl(); local
153 const MemRegion *R = state->getRegion(SelfD, InitLoc);

Completed in 656 milliseconds