Searched refs:TrackerAct (Results 1 – 1 of 1) sorted by relevance
1836 OwningPtr<TopLevelDeclTrackerAction> TrackerAct; in LoadFromCompilerInvocationAction() local1838 TrackerAct.reset(new TopLevelDeclTrackerAction(*AST)); in LoadFromCompilerInvocationAction()1839 Act = TrackerAct.get(); in LoadFromCompilerInvocationAction()1844 ActCleanup(TrackerAct.get()); in LoadFromCompilerInvocationAction()1854 if (Persistent && !TrackerAct) { in LoadFromCompilerInvocationAction()