Searched defs:IndexAction (Results 1 – 6 of 6) sorted by relevance
129 class IndexAction : public ASTFrontendAction { class131 IndexAction(std::shared_ptr<SymbolCollector> C, in IndexAction() function in clang::clangd::__anon056224cb0111::IndexAction
149 class IndexAction final : public ASTFrontendAction { class154 IndexAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexAction() function in __anon5c0c2e280111::IndexAction
111 class IndexAction : public ASTFrontendAction { class113 IndexAction(std::shared_ptr<Indexer> Index, in IndexAction() function in clang::index::__anon37c2cdbb0111::IndexAction
237 std::unique_ptr<FrontendAction> IndexAction = printSourceSymbols() local
239 class IndexAction : public ASTFrontendAction { create() class 241 IndexAction(std::shared_ptr<index::IndexDataConsumer> DataConsumer, create() function in clang::clangd::__anon8dddb8c00111::SymbolIndexActionFactory::create::IndexAction
579 auto IndexAction = std::make_unique<IndexingFrontendAction>( clang_indexSourceFile_Impl() local