Searched refs:IndexAction (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
| H A D | IndexingAction.cpp | 130 class IndexAction final : public ASTFrontendAction { class 135 IndexAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexAction() function in __anon76f6f7400111::IndexAction 179 return std::make_unique<IndexAction>(std::move(DataConsumer), Opts); in createIndexingAction()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
| H A D | core_main.cpp | 233 std::unique_ptr<FrontendAction> IndexAction = in printSourceSymbols() local 238 std::move(CInvok), PCHContainerOps, Diags, IndexAction.get())); in printSourceSymbols()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | Indexing.cpp | 577 auto IndexAction = std::make_unique<IndexingFrontendAction>( in clang_indexSourceFile_Impl() local 583 IndexActionCleanup(IndexAction.get()); in clang_indexSourceFile_Impl() 618 IndexAction.get(), UPtr, Persistent, CXXIdx->getClangResourcesPath(), in clang_indexSourceFile_Impl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang-tools-extra/clangd/ |
| H A D | BUILD.gn | 125 "index/IndexAction.cpp",
|