Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransZeroOutPropsInDealloc.cpp33 ImplicitParamDecl *SelfD; member in __anon666aac0a0111::ZeroOutInDeallocRemover
38 ZeroOutInDeallocRemover(MigrationPass &pass) : Pass(pass), SelfD(0) { in ZeroOutInDeallocRemover()
54 if (!refE || refE->getDecl() != SelfD) in VisitObjCMessageExpr()
111 SelfD = D->getSelfDecl(); in TraverseObjCMethodDecl()
140 SelfD = 0; in TraverseObjCMethodDecl()
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDCallEvent.cpp901 const VarDecl *SelfD = CalleeCtx->getAnalysisDeclContext()->getSelfDecl(); in getInitialStackFrameContents() local
903 Loc SelfLoc = SVB.makeLoc(MRMgr.getVarRegion(SelfD, CalleeCtx)); in getInitialStackFrameContents()
HDExprEngine.cpp139 const ImplicitParamDecl *SelfD = MD->getSelfDecl(); in getInitialState() local
140 const MemRegion *R = state->getRegion(SelfD, InitLoc); in getInitialState()