HomeSort by relevance Sort by last modified time
    Searched defs:LineState (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Format/
ContinuationIndenter.h 31 struct LineState;
48 LineState getInitialState(unsigned FirstIndent, const AnnotatedLine *Line,
54 bool canBreak(const LineState &State);
57 bool mustBreak(const LineState &State);
67 unsigned addTokenToState(LineState &State, bool Newline, bool DryRun,
72 unsigned getColumnLimit(const LineState &State) const;
77 unsigned moveStateToNextToken(LineState &State, bool DryRun, bool Newline);
80 void moveStatePastFakeLParens(LineState &State, bool Newline);
82 void moveStatePastFakeRParens(LineState &State);
85 void moveStatePastScopeOpener(LineState &State, bool Newline)
    [all...]
  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 305 struct LineState
309 LineState (void)
364 LineState line;

Completed in 137 milliseconds