Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h411 struct LineState { struct
413 unsigned Column;
416 FormatToken *NextToken;
419 bool NoContinuation;
422 unsigned StartOfLineLevel;
425 unsigned LowestLevelOnLine;
429 unsigned StartOfStringLiteral;
432 bool NoLineBreak;
436 SmallVector<ParenState> Stack;
461 /// Comparison operator to be able to used \c LineState in \c map. argument
H A DUnwrappedLineParser.cpp989 ScopedLineState LineState(*this); in parseChildBlock() local