Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp147 class IndexAction final : public ASTFrontendAction { class
152 IndexAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexAction() function in __anonb20dd8150111::IndexAction
196 return std::make_unique<IndexAction>(std::move(DataConsumer), Opts); in createIndexingAction()