Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DUnwrappedLineFormatter.h50 struct StateNode { struct
51 StateNode(const LineState &State, bool NewLine, StateNode *Previous) in StateNode() function
55 StateNode *Previous; argument