Home
last modified time | relevance | path

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

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