Searched defs:IndexAction (Results 1 – 9 of 9) sorted by relevance
126 class IndexAction : public ASTFrontendAction { class128 IndexAction(std::shared_ptr<SymbolCollector> C, in IndexAction() function in clang::clangd::__anon54562b8f0111::IndexAction
91 class IndexAction : public ASTFrontendAction, IndexActionBase { class93 IndexAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexAction() function in __anon85d556be0111::IndexAction
104 class IndexAction final : public ASTFrontendAction { class109 IndexAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexAction() function in __anon871ceeec0111::IndexAction
111 class IndexAction : public ASTFrontendAction { class113 IndexAction(std::shared_ptr<Indexer> Index, in IndexAction() function in clang::index::__anon6a06cf7f0111::IndexAction
151 std::unique_ptr<FrontendAction> IndexAction; in printSourceSymbols() local
224 std::unique_ptr<FrontendAction> IndexAction = in printSourceSymbols() local
201 class IndexAction : public ASTFrontendAction { in create() class203 IndexAction(std::shared_ptr<index::IndexDataConsumer> DataConsumer, in create() function in clang::clangd::__anon67d79e040111::SymbolIndexActionFactory::create::IndexAction
545 std::unique_ptr<FrontendAction> IndexAction; in clang_indexSourceFile_Impl() local
577 auto IndexAction = std::make_unique<IndexingFrontendAction>( in clang_indexSourceFile_Impl() local