ΒΆstd::unique_ptr<FrontendAction>
createIndexingAction(
std::shared_ptr<IndexDataConsumer>
DataConsumer,
const clang::index::IndexingOptions& Opts)
std::unique_ptr<FrontendAction>
createIndexingAction(
std::shared_ptr<IndexDataConsumer>
DataConsumer,
const clang::index::IndexingOptions& Opts)
Description
Creates a frontend action that indexes all symbols (macros and AST decls).
Declared at: clang/include/clang/Index/IndexingAction.h:50
Parameters
- std::shared_ptr<IndexDataConsumer> DataConsumer
- const clang::index::IndexingOptions& Opts