9#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANGD_INDEX_INDEXACTION_H
10#define LLVM_CLANG_TOOLS_EXTRA_CLANGD_INDEX_INDEXACTION_H
12#include "clang/Frontend/FrontendAction.h"
29 std::function<
void(
IndexFileIn)> IndexContentsCallback);
FIXME: Skip testing on windows temporarily due to the different escaping code mode.
std::unique_ptr< FrontendAction > createStaticIndexingAction(SymbolCollector::Options Opts, std::function< void(IndexFileIn)> IndexContentsCallback)
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//