HomeSort by relevance Sort by last modified time
    Searched refs:SelfD (Results 1 - 4 of 4) 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/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 351 const Expr *DeclExp, VarDecl *SelfD=nullptr);
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp     [all...]
ExprEngine.cpp 151 const ImplicitParamDecl *SelfD = MD->getSelfDecl();
152 const MemRegion *R = state->getRegion(SelfD, InitLoc);
    [all...]

Completed in 285 milliseconds