Home
last modified time | relevance | path

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

/external/clang/lib/Format/
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
DUnwrappedLineParser.cpp460 ScopedLineState LineState(*this); in parseChildBlock() local
/external/deqp/framework/referencerenderer/
DrrRenderState.hpp305 struct LineState struct
307 float lineWidth;
309 LineState (void) in LineState() argument