HomeSort by relevance Sort by last modified time
    Searched refs:SelfD (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 33 ImplicitParamDecl *SelfD;
38 ZeroOutInDeallocRemover(MigrationPass &pass) : Pass(pass), SelfD(0) {
54 if (!refE || refE->getDecl() != SelfD)
111 SelfD = D->getSelfDecl();
140 SelfD = 0;
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 896 const VarDecl *SelfD = CalleeCtx->getAnalysisDeclContext()->getSelfDecl();
898 Loc SelfLoc = SVB.makeLoc(MRMgr.getVarRegion(SelfD, CalleeCtx));
    [all...]
ExprEngine.cpp 137 const ImplicitParamDecl *SelfD = MD->getSelfDecl();
138 const MemRegion *R = state->getRegion(SelfD, InitLoc);
    [all...]

Completed in 181 milliseconds