HomeSort by relevance Sort by last modified time
    Searched defs: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(nullptr) {
54 if (!refE || refE->getDecl() != SelfD)
111 SelfD = D->getSelfDecl();
138 SelfD = nullptr;
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp     [all...]
ExprEngine.cpp 152 const ImplicitParamDecl *SelfD = MD->getSelfDecl();
153 const MemRegion *R = state->getRegion(SelfD, InitLoc);
    [all...]

Completed in 93 milliseconds