#include "Token.h"
#include "clang/Basic/IdentifierTable.h"
#include "clang/Basic/SourceLocation.h"
#include "clang/Basic/TokenKinds.h"
#include "clang/Lex/Lexer.h"
#include "clang/Lex/LiteralSupport.h"
Go to the source code of this file.
|
namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
|
|
namespace | clang::clangd |
| FIXME: Skip testing on windows temporarily due to the different escaping code mode.
|
|
|
TokenStream | clang::clangd::lex (const std::string &, const clang::LangOptions &) |
| Extracts a raw token stream from the source code.
|
|
TokenStream | clang::clangd::cook (const TokenStream &Code, const LangOptions &LangOpts) |
|