Home
last modified time | relevance | path

Searched refs:IndexAction (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingAction.cpp130 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 Dcore_main.cpp233 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 DIndexing.cpp577 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 DBUILD.gn125 "index/IndexAction.cpp",