clang  3.7.0
Public Member Functions | Public Attributes | List of all members
clang::format::UnwrappedLineNode Struct Reference

#include <UnwrappedLineParser.h>

Collaboration diagram for clang::format::UnwrappedLineNode:
[legend]

Public Member Functions

 UnwrappedLineNode ()
 
 UnwrappedLineNode (FormatToken *Tok)
 

Public Attributes

FormatTokenTok
 
SmallVector< UnwrappedLine, 0 > Children
 

Detailed Description

Definition at line 206 of file UnwrappedLineParser.h.

Constructor & Destructor Documentation

clang::format::UnwrappedLineNode::UnwrappedLineNode ( )
inline

Definition at line 207 of file UnwrappedLineParser.h.

clang::format::UnwrappedLineNode::UnwrappedLineNode ( FormatToken Tok)
inline

Definition at line 208 of file UnwrappedLineParser.h.

Member Data Documentation

SmallVector<UnwrappedLine, 0> clang::format::UnwrappedLineNode::Children
FormatToken* clang::format::UnwrappedLineNode::Tok

Definition at line 210 of file UnwrappedLineParser.h.


The documentation for this struct was generated from the following file: