Home
last modified time | relevance | path

Searched refs:TrackerAct (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Frontend/
DASTUnit.cpp1825 std::unique_ptr<TopLevelDeclTrackerAction> TrackerAct; in LoadFromCompilerInvocationAction() local
1827 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()