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.cpp1247 struct StateNode { struct in clang::format::__anond596d1440111::OptimizingLineFormatter
1248 StateNode(const LineState &State, bool NewLine, StateNode *Previous) in StateNode() function
1250 LineState State;
1251 bool NewLine;
1252 StateNode *Previous;