Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/index/
H A DIndexAction.cpp129 class IndexAction : public ASTFrontendAction { class
131 IndexAction(std::shared_ptr<SymbolCollector> C, in IndexAction() function in clang::clangd::__anon056224cb0111::IndexAction
/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 __anon5c0c2e280111::IndexAction
/llvm-project/clang/unittests/Index/
H A DIndexTests.cpp111 class IndexAction : public ASTFrontendAction { class
113 IndexAction(std::shared_ptr<Indexer> Index, in IndexAction() function in clang::index::__anon37c2cdbb0111::IndexAction
/llvm-project/clang/tools/c-index-test/
H A Dcore_main.cpp237 std::unique_ptr<FrontendAction> IndexAction = printSourceSymbols() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DSymbolCollectorTests.cpp239 class IndexAction : public ASTFrontendAction { create() class
241 IndexAction(std::shared_ptr<index::IndexDataConsumer> DataConsumer, create() function in clang::clangd::__anon8dddb8c00111::SymbolIndexActionFactory::create::IndexAction
/llvm-project/clang/tools/libclang/
H A DIndexing.cpp579 auto IndexAction = std::make_unique<IndexingFrontendAction>( clang_indexSourceFile_Impl() local