|
clang
5.0.0
|
Public Member Functions | |
| UnwrappedLineNode () | |
| UnwrappedLineNode (FormatToken *Tok) | |
Public Attributes | |
| FormatToken * | Tok |
| SmallVector< UnwrappedLine, 0 > | Children |
Definition at line 238 of file UnwrappedLineParser.h.
|
inline |
Definition at line 239 of file UnwrappedLineParser.h.
|
inline |
Definition at line 240 of file UnwrappedLineParser.h.
| SmallVector<UnwrappedLine, 0> clang::format::UnwrappedLineNode::Children |
Definition at line 243 of file UnwrappedLineParser.h.
Referenced by clang::format::AnnotatedLine::AnnotatedLine(), and clang::format::printDebugInfo().
| FormatToken* clang::format::UnwrappedLineNode::Tok |
Definition at line 242 of file UnwrappedLineParser.h.
Referenced by clang::format::continuesLineCommentSection().
1.8.6