Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp149 class IndexAction final : public ASTFrontendAction { class
154 IndexAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexAction() function in __anonefce3bca0111::IndexAction
198 return std::make_unique<IndexAction>(std::move(DataConsumer), Opts); in createIndexingAction()