Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DContinuationIndenter.h377 struct LineState { struct
379 unsigned Column;
382 FormatToken *NextToken;
385 bool LineContainsContinuedForLoopSection;
388 bool NoContinuation;
391 unsigned StartOfLineLevel;
394 unsigned LowestLevelOnLine;
398 unsigned StartOfStringLiteral;
402 std::vector<ParenState> Stack;
427 /// Comparison operator to be able to used \c LineState in \c map. argument
H A DUnwrappedLineParser.cpp645 ScopedLineState LineState(*this); in parseChildBlock() local