|
clang 22.0.0git
|
#include "/work/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 | |
| FormatToken * | Tok |
| SmallVector< UnwrappedLine, 0 > | Children |
Definition at line 422 of file UnwrappedLineParser.h.
|
inline |
Definition at line 423 of file UnwrappedLineParser.h.
References clang::nullptr, and Tok.
|
inline |
Definition at line 424 of file UnwrappedLineParser.h.
| SmallVector<UnwrappedLine, 0> clang::format::UnwrappedLineNode::Children |
Definition at line 429 of file UnwrappedLineParser.h.
Referenced by clang::format::AnnotatedLine::addChildren(), and UnwrappedLineNode().
| FormatToken* clang::format::UnwrappedLineNode::Tok |
Definition at line 428 of file UnwrappedLineParser.h.
Referenced by clang::format::continuesLineCommentSection(), UnwrappedLineNode(), and UnwrappedLineNode().