Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DContinuationIndenter.h309 struct LineState { struct
311 unsigned Column;
314 FormatToken *NextToken;
317 bool LineContainsContinuedForLoopSection;
320 unsigned StartOfLineLevel;
323 unsigned LowestLevelOnLine;
327 unsigned StartOfStringLiteral;
331 std::vector<ParenState> Stack;
356 /// \brief Comparison operator to be able to used \c LineState in \c map. argument
DUnwrappedLineParser.cpp476 ScopedLineState LineState(*this); in parseChildBlock() local
/external/deqp/framework/referencerenderer/
DrrRenderState.hpp305 struct LineState struct
307 float lineWidth;
309 LineState (void) in LineState() argument