Home
last modified time | relevance | path

Searched defs:StateNode (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1180 struct StateNode { struct in clang::format::__anon985fe27a0111::OptimizingLineFormatter
1181 StateNode(const LineState &State, bool NewLine, StateNode *Previous) in StateNode() argument
1183 LineState State;
1184 bool NewLine;
1185 StateNode *Previous;