clang-tools 20.0.0git
Namespaces | Functions
Lex.cpp File Reference
#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.

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
namespace  clang::clangd
 FIXME: Skip testing on windows temporarily due to the different escaping code mode.
 

Functions

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)