clang API Documentation
#include <UnwrappedLineParser.h>

Public Member Functions | |
| UnwrappedLineNode () | |
| UnwrappedLineNode (FormatToken *Tok) | |
Public Attributes | |
| FormatToken * | Tok |
| SmallVector< UnwrappedLine, 0 > | Children |
Definition at line 209 of file UnwrappedLineParser.h.
| clang::format::UnwrappedLineNode::UnwrappedLineNode | ( | ) | [inline] |
Definition at line 210 of file UnwrappedLineParser.h.
| clang::format::UnwrappedLineNode::UnwrappedLineNode | ( | FormatToken * | Tok | ) | [inline] |
Definition at line 211 of file UnwrappedLineParser.h.
| SmallVector<UnwrappedLine, 0> clang::format::UnwrappedLineNode::Children |
Definition at line 214 of file UnwrappedLineParser.h.
Referenced by clang::format::AnnotatedLine::AnnotatedLine(), and clang::format::printDebugInfo().
Definition at line 213 of file UnwrappedLineParser.h.