clang 22.0.0git
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 422 of file UnwrappedLineParser.h.

Constructor & Destructor Documentation

◆ UnwrappedLineNode() [1/2]

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

Definition at line 423 of file UnwrappedLineParser.h.

References clang::nullptr, and Tok.

◆ UnwrappedLineNode() [2/2]

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

Definition at line 424 of file UnwrappedLineParser.h.

References Children, and Tok.

Member Data Documentation

◆ Children

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

◆ Tok

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

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