HomeSort by: relevance | last modified time | path
    Searched refs:SelfD (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 32 ImplicitParamDecl *SelfD;
37 ZeroOutInDeallocRemover(MigrationPass &pass) : Pass(pass), SelfD(nullptr) {
53 if (!refE || refE->getDecl() != SelfD)
110 SelfD = D->getSelfDecl();
135 SelfD = nullptr;
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 372 const Expr *DeclExp, VarDecl *SelfD=nullptr);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 1362 const VarDecl *SelfD = CalleeCtx->getAnalysisDeclContext()->getSelfDecl();
1364 Loc SelfLoc = SVB.makeLoc(MRMgr.getVarRegion(SelfD, CalleeCtx));
ExprEngine.cpp 278 const ImplicitParamDecl *SelfD = MD->getSelfDecl();
279 const MemRegion *R = state->getRegion(SelfD, InitLoc);

Completed in 27 milliseconds