Searched refs:TrackerAct (Results 1 – 1 of 1) sorted by relevance
1817 std::unique_ptr<TopLevelDeclTrackerAction> TrackerAct; in LoadFromCompilerInvocationAction() local1819 TrackerAct.reset(new TopLevelDeclTrackerAction(*AST)); in LoadFromCompilerInvocationAction()1820 Act = TrackerAct.get(); in LoadFromCompilerInvocationAction()1825 ActCleanup(TrackerAct.get()); in LoadFromCompilerInvocationAction()1835 if (Persistent && !TrackerAct) { in LoadFromCompilerInvocationAction()