Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp32 ImplicitParamDecl *SelfD; member in __anon7bb8f6870111::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()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1395 const VarDecl *SelfD = CalleeCtx->getAnalysisDeclContext()->getSelfDecl(); in getInitialStackFrameContents() local
1397 Loc SelfLoc = SVB.makeLoc(MRMgr.getVarRegion(SelfD, CalleeCtx)); in getInitialStackFrameContents()
H A DExprEngine.cpp290 const ImplicitParamDecl *SelfD = MD->getSelfDecl(); in getInitialState() local
291 const MemRegion *R = state->getRegion(SelfD, InitLoc); in getInitialState()