Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.h406 struct LineState { struct
408 unsigned Column;
411 FormatToken *NextToken;
414 bool LineContainsContinuedForLoopSection;
417 bool NoContinuation;
420 unsigned StartOfLineLevel;
423 unsigned LowestLevelOnLine;
427 unsigned StartOfStringLiteral;
431 std::vector<ParenState> Stack;
456 /// Comparison operator to be able to used \c LineState in \c map. argument
H A DUnwrappedLineParser.cpp718 ScopedLineState LineState(*this); in parseChildBlock() local