Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1144 struct StateNode { struct in clang::format::__anon5560ac9b0111::OptimizingLineFormatter
1145 StateNode(const LineState &State, bool NewLine, StateNode *Previous) in StateNode() argument
1147 LineState State;
1148 bool NewLine;
1149 StateNode *Previous;