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::__anonae7423280111::IndexAction
/external/clang/lib/Index/
DIndexingAction.cpp91 class IndexAction : public ASTFrontendAction, IndexActionBase { class
93 IndexAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexAction() function in __anon7a4004370111::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 __anon4013f9050111::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::__anon3ce8c3d80111::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::__anonea11663d0111::SymbolIndexActionFactory::create::IndexAction
/external/llvm-project/clang/tools/libclang/
DIndexing.cpp577 auto IndexAction = std::make_unique<IndexingFrontendAction>( in clang_indexSourceFile_Impl() local
/external/clang/tools/libclang/
DIndexing.cpp545 std::unique_ptr<FrontendAction> IndexAction; in clang_indexSourceFile_Impl() local