Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/
DIndexAction.cpp126 class IndexAction : public ASTFrontendAction { class
128 IndexAction(std::shared_ptr<SymbolCollector> C, in IndexAction() function in clang::clangd::__anon54562b8f0111::IndexAction
/external/clang/lib/Index/
DIndexingAction.cpp91 class IndexAction : public ASTFrontendAction, IndexActionBase { class
93 IndexAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexAction() function in __anon85d556be0111::IndexAction
/external/llvm-project/clang/lib/Index/
DIndexingAction.cpp104 class IndexAction final : public ASTFrontendAction { class
109 IndexAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexAction() function in __anon871ceeec0111::IndexAction
/external/llvm-project/clang/unittests/Index/
DIndexTests.cpp111 class IndexAction : public ASTFrontendAction { class
113 IndexAction(std::shared_ptr<Indexer> Index, in IndexAction() function in clang::index::__anon6a06cf7f0111::IndexAction
/external/clang/tools/c-index-test/
Dcore_main.cpp151 std::unique_ptr<FrontendAction> IndexAction; in printSourceSymbols() local
/external/llvm-project/clang/tools/c-index-test/
Dcore_main.cpp224 std::unique_ptr<FrontendAction> IndexAction = in printSourceSymbols() local
/external/llvm-project/clang-tools-extra/clangd/unittests/
DSymbolCollectorTests.cpp201 class IndexAction : public ASTFrontendAction { in create() class
203 IndexAction(std::shared_ptr<index::IndexDataConsumer> DataConsumer, in create() function in clang::clangd::__anon67d79e040111::SymbolIndexActionFactory::create::IndexAction
/external/clang/tools/libclang/
DIndexing.cpp545 std::unique_ptr<FrontendAction> IndexAction; in clang_indexSourceFile_Impl() local
/external/llvm-project/clang/tools/libclang/
DIndexing.cpp577 auto IndexAction = std::make_unique<IndexingFrontendAction>( in clang_indexSourceFile_Impl() local