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

  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 32 ImplicitParamDecl *SelfD;
37 ZeroOutInDeallocRemover(MigrationPass &pass) : Pass(pass), SelfD(0) {
53 if (!refE || refE->getDecl() != SelfD)
110 SelfD = D->getSelfDecl();
139 SelfD = 0;
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 148 const ImplicitParamDecl *SelfD = MD->getSelfDecl();
149 const MemRegion *R = state->getRegion(SelfD, InitLoc);
    [all...]

Completed in 45 milliseconds