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

#include "/usr/local/google/work/llvm-www-releases/5.0.0/docsbuild/llvm.src/tools/clang/lib/Format/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 238 of file UnwrappedLineParser.h.

Constructor & Destructor Documentation

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

Definition at line 239 of file UnwrappedLineParser.h.

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

Definition at line 240 of file UnwrappedLineParser.h.

Member Data Documentation

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

Definition at line 242 of file UnwrappedLineParser.h.

Referenced by clang::format::continuesLineCommentSection().


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