struct MacroCallReconstructor::LineNode

Declaration

struct MacroCallReconstructor::LineNode { /* full declaration omitted */ };

Declared at: clang/lib/Format/Macros.h:257

Member Variables

public clang::format::FormatToken* Tok = nullptr
public llvm::SmallVector< std::unique_ptr<ReconstructedLine>> Children

Method Overview

Methods

LineNode()

Declared at: clang/lib/Format/Macros.h:258

LineNode(clang::format::FormatToken* Tok)

Declared at: clang/lib/Format/Macros.h:259

Parameters

clang::format::FormatToken* Tok