Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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;
438 SmallVector<ParenState> Stack;
463 /// Comparison operator to be able to used \c LineState in \c map. argument
H A DUnwrappedLineParser.cpp1100 ScopedLineState LineState(*this); in parseChildBlock() local