Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.h415 struct LineState { struct
417 unsigned Column;
420 FormatToken *NextToken;
423 bool NoContinuation;
426 unsigned StartOfLineLevel;
429 unsigned LowestLevelOnLine;
433 unsigned StartOfStringLiteral;
437 SmallVector<ParenState> Stack;
462 /// Comparison operator to be able to used \c LineState in \c map. argument
H A DUnwrappedLineParser.cpp1042 ScopedLineState LineState(*this); in parseChildBlock() local