Searched refs:ACtx (Results 1 – 1 of 1) sorted by relevance
130 CFGWalker() : CFGraph(nullptr), ACtx(nullptr), SortedGraph(nullptr) {} in CFGWalker()135 ACtx = &AC; in init()196 AD.getDestructorDecl(ACtx->getASTContext())); in walk()239 return dyn_cast<NamedDecl>(ACtx->getDecl()); in getDecl()246 AnalysisDeclContext *ACtx; variable