Searched refs:IndexAction (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Index/
H A DIndexingAction.cpp149 class IndexAction final : public ASTFrontendAction {
154 IndexAction(std::shared_ptr<IndexDataConsumer> DataConsumer, function in class:__anon639::final
198 return std::make_unique<IndexAction>(std::move(DataConsumer), Opts);
/openbsd-current/gnu/llvm/clang/tools/c-index-test/
H A Dcore_main.cpp237 std::unique_ptr<FrontendAction> IndexAction = local
242 std::move(CInvok), PCHContainerOps, Diags, IndexAction.get()));
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp580 auto IndexAction = std::make_unique<IndexingFrontendAction>( local
586 IndexActionCleanup(IndexAction.get());
621 IndexAction.get(), UPtr, Persistent, CXXIdx->getClangResourcesPath(),

Completed in 74 milliseconds