clang 18.0.0git
|
This file contains the declaration of the UnwrappedLineParser, which turns a stream of tokens into UnwrappedLines. More...
#include "Encoding.h"
#include "FormatToken.h"
#include "Macros.h"
#include "clang/Basic/IdentifierTable.h"
#include "clang/Format/Format.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/BitVector.h"
#include "llvm/Support/Regex.h"
#include <list>
#include <stack>
#include <vector>
Go to the source code of this file.
Classes | |
struct | clang::format::UnwrappedLine |
An unwrapped line is a sequence of Token , that we would like to put on a single line if there was no column limit. More... | |
class | clang::format::UnwrappedLineConsumer |
Interface for users of the UnwrappedLineParser to receive the parsed lines. More... | |
class | clang::format::UnwrappedLineParser |
struct | clang::format::UnwrappedLineNode |
Namespaces | |
namespace | clang |
namespace | clang::format |
This file contains the declaration of the UnwrappedLineParser, which turns a stream of tokens into UnwrappedLines.
Definition in file UnwrappedLineParser.h.