Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp32 ImplicitParamDecl *SelfD; member in __anon7b9bb1120111::ZeroOutInDeallocRemover
37 ZeroOutInDeallocRemover(MigrationPass &pass) : Pass(pass), SelfD(nullptr) { in ZeroOutInDeallocRemover()
53 if (!refE || refE->getDecl() != SelfD) in VisitObjCMessageExpr()
110 SelfD = D->getSelfDecl(); in TraverseObjCMethodDecl()
135 SelfD = nullptr; in TraverseObjCMethodDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h372 const Expr *DeclExp, VarDecl *SelfD=nullptr);
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1362 const VarDecl *SelfD = CalleeCtx->getAnalysisDeclContext()->getSelfDecl(); in getInitialStackFrameContents() local
1364 Loc SelfLoc = SVB.makeLoc(MRMgr.getVarRegion(SelfD, CalleeCtx)); in getInitialStackFrameContents()
H A DExprEngine.cpp278 const ImplicitParamDecl *SelfD = MD->getSelfDecl(); in getInitialState() local
279 const MemRegion *R = state->getRegion(SelfD, InitLoc); in getInitialState()