Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DContinuationIndenter.h310 struct LineState { struct
312 unsigned Column;
315 FormatToken *NextToken;
318 bool LineContainsContinuedForLoopSection;
321 unsigned StartOfLineLevel;
324 unsigned LowestLevelOnLine;
328 unsigned StartOfStringLiteral;
332 std::vector<ParenState> Stack;
357 /// \brief Comparison operator to be able to used \c LineState in \c map. argument
DUnwrappedLineParser.cpp490 ScopedLineState LineState(*this); in parseChildBlock() local
/external/llvm-project/clang/lib/Format/
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
DUnwrappedLineParser.cpp706 ScopedLineState LineState(*this); in parseChildBlock() local
/external/deqp/framework/referencerenderer/
DrrRenderState.hpp324 struct LineState struct
326 float lineWidth;
328 LineState (void) in LineState() argument