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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp33 ImplicitParamDecl *SelfD; member in class:__anon3109::ZeroOutInDeallocRemover
38 ZeroOutInDeallocRemover(MigrationPass &pass) : Pass(pass), SelfD(0) {
54 if (!refE || refE->getDecl() != SelfD)
111 SelfD = D->getSelfDecl();
140 SelfD = 0;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp901 const VarDecl *SelfD = CalleeCtx->getAnalysisDeclContext()->getSelfDecl(); local
903 Loc SelfLoc = SVB.makeLoc(MRMgr.getVarRegion(SelfD, CalleeCtx));
H A DExprEngine.cpp139 const ImplicitParamDecl *SelfD = MD->getSelfDecl(); local
140 const MemRegion *R = state->getRegion(SelfD, InitLoc);

Completed in 112 milliseconds