Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1189 struct StateNode { struct in clang::format::__anond596d1440111::OptimizingLineFormatter
1190 StateNode(const LineState &State, bool NewLine, StateNode *Previous) in StateNode() argument
1192 LineState State;
1193 bool NewLine;
1194 StateNode *Previous;