clang API Documentation

Classes | Namespaces
UnwrappedLineParser.h File Reference

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>
Include dependency graph for UnwrappedLineParser.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

This file contains the declaration of the UnwrappedLineParser, which turns a stream of tokens into UnwrappedLines.

Definition in file UnwrappedLineParser.h.