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