Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1122 struct StateNode { struct in clang::format::__anon8a591c740111::OptimizingLineFormatter
1123 StateNode(const LineState &State, bool NewLine, StateNode *Previous) in StateNode() argument
1125 LineState State;
1126 bool NewLine;
1127 StateNode *Previous;