Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.h312 struct LineState { struct
314 unsigned Column;
317 FormatToken *NextToken;
320 bool LineContainsContinuedForLoopSection;
323 unsigned StartOfLineLevel;
326 unsigned LowestLevelOnLine;
330 unsigned StartOfStringLiteral;
334 std::vector<ParenState> Stack;
359 /// \brief Comparison operator to be able to used \c LineState in \c map. argument
H A DUnwrappedLineParser.cpp457 ScopedLineState LineState(*this); in parseChildBlock() local