Searched defs:UnwrappedLineNode (Results 1 – 1 of 1) sorted by relevance
409 struct UnwrappedLineNode { struct410 UnwrappedLineNode() : Tok(nullptr) {} in UnwrappedLineNode() function413 : Tok(Tok), Children(Children.begin(), Children.end()) {} in Tok()415 FormatToken *Tok;416 SmallVector<UnwrappedLine, 0> Children;