Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1645 std::unique_ptr<TopLevelDeclTrackerAction> TrackerAct; in LoadFromCompilerInvocationAction() local
1647 TrackerAct.reset(new TopLevelDeclTrackerAction(*AST)); in LoadFromCompilerInvocationAction()
1648 Act = TrackerAct.get(); in LoadFromCompilerInvocationAction()
1653 ActCleanup(TrackerAct.get()); in LoadFromCompilerInvocationAction()
1663 if (Persistent && !TrackerAct) { in LoadFromCompilerInvocationAction()