Searched refs:TrackerAct (Results 1 – 1 of 1) sorted by relevance
1795 std::unique_ptr<TopLevelDeclTrackerAction> TrackerAct; in LoadFromCompilerInvocationAction() local1797 TrackerAct.reset(new TopLevelDeclTrackerAction(*AST)); in LoadFromCompilerInvocationAction()1798 Act = TrackerAct.get(); in LoadFromCompilerInvocationAction()1803 ActCleanup(TrackerAct.get()); in LoadFromCompilerInvocationAction()1813 if (Persistent && !TrackerAct) { in LoadFromCompilerInvocationAction()