Searched refs:SelfD (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp32 ImplicitParamDecl *SelfD; member in class:__anon292::ZeroOutInDeallocRemover
37 ZeroOutInDeallocRemover(MigrationPass &pass) : Pass(pass), SelfD(nullptr) {
53 if (!refE || refE->getDecl() != SelfD)
110 SelfD = D->getSelfDecl();
137 SelfD = nullptr;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h372 const Expr *DeclExp, VarDecl *SelfD=nullptr);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1354 const VarDecl *SelfD = CalleeCtx->getAnalysisDeclContext()->getSelfDecl(); local
1356 Loc SelfLoc = SVB.makeLoc(MRMgr.getVarRegion(SelfD, CalleeCtx));
H A DExprEngine.cpp278 const ImplicitParamDecl *SelfD = MD->getSelfDecl(); local
279 const MemRegion *R = state->getRegion(SelfD, InitLoc);

Completed in 307 milliseconds