Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp660 struct StateNode { struct in clang::format::__anon5061c3a60111::OptimizingLineFormatter
661 StateNode(const LineState &State, bool NewLine, StateNode *Previous) in StateNode() function
663 LineState State;
664 bool NewLine;
665 StateNode *Previous;