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

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/Format/UnwrappedLineParser.h"

Public Member Functions

 UnwrappedLineNode ()
 
 UnwrappedLineNode (FormatToken *Tok, llvm::ArrayRef< UnwrappedLine > Children={})
 

Public Attributes

FormatTokenTok
 
SmallVector< UnwrappedLine, 0 > Children
 

Detailed Description

Definition at line 404 of file UnwrappedLineParser.h.

Constructor & Destructor Documentation

◆ UnwrappedLineNode() [1/2]

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

Definition at line 405 of file UnwrappedLineParser.h.

◆ UnwrappedLineNode() [2/2]

clang::format::UnwrappedLineNode::UnwrappedLineNode ( FormatToken Tok,
llvm::ArrayRef< UnwrappedLine Children = {} 
)
inline

Definition at line 406 of file UnwrappedLineParser.h.

Member Data Documentation

◆ Children

SmallVector<UnwrappedLine, 0> clang::format::UnwrappedLineNode::Children

Definition at line 411 of file UnwrappedLineParser.h.

◆ Tok

FormatToken* clang::format::UnwrappedLineNode::Tok

Definition at line 410 of file UnwrappedLineParser.h.


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