Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp968 struct StateNode { struct in clang::format::__anon25f930cf0111::OptimizingLineFormatter
969 StateNode(const LineState &State, bool NewLine, StateNode *Previous) in StateNode() function
971 LineState State;
972 bool NewLine;
973 StateNode *Previous;