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.h416 struct LineState { struct
418 unsigned Column;
421 FormatToken *NextToken;
424 bool NoContinuation;
427 unsigned StartOfLineLevel;
430 unsigned LowestLevelOnLine;
434 unsigned StartOfStringLiteral;
437 bool NoLineBreak;
441 SmallVector<ParenState> Stack;
466 /// Comparison operator to be able to used \c LineState in \c map. argument
H A DUnwrappedLineParser.cpp984 ScopedLineState LineState(*this); in parseChildBlock() local