clang API Documentation
This file contains the declaration of the UnwrappedLineParser, which turns a stream of tokens into UnwrappedLines. More...
#include "FormatToken.h"#include "clang/Basic/IdentifierTable.h"#include "clang/Format/Format.h"#include <list>#include <stack>

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 |
| 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.