30#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANGD_DUMPAST_H
31#define LLVM_CLANG_TOOLS_EXTRA_CLANGD_DUMPAST_H
34#include "clang/AST/ASTContext.h"
45ASTNode
dumpAST(
const DynTypedNode &,
const syntax::TokenBuffer &Tokens,
FIXME: Skip testing on windows temporarily due to the different escaping code mode.
ASTNode dumpAST(const DynTypedNode &N, const syntax::TokenBuffer &Tokens, const ASTContext &Ctx)
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//