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

  /external/clang/lib/Format/
ContinuationIndenter.h 31 struct LineState;
47 LineState getInitialState(unsigned FirstIndent, const AnnotatedLine *Line,
53 bool canBreak(const LineState &State);
56 bool mustBreak(const LineState &State);
66 unsigned addTokenToState(LineState &State, bool Newline, bool DryRun,
71 unsigned getColumnLimit(const LineState &State) const;
76 unsigned moveStateToNextToken(LineState &State, bool DryRun, bool Newline);
79 void moveStatePastFakeLParens(LineState &State, bool Newline);
81 void moveStatePastFakeRParens(LineState &State);
84 void moveStatePastScopeOpener(LineState &State, bool Newline)
    [all...]
UnwrappedLineFormatter.cpp 462 static void printLineState(const LineState &State) {
509 bool formatChildren(LineState &State, bool NewLine, bool DryRun,
585 LineState State =
611 LineState State = Indenter->getInitialState(FirstIndent, &Line, DryRun);
633 LineState State = Indenter->getInitialState(FirstIndent, &Line, DryRun);
646 bool operator()(LineState *obj1, LineState *obj2) const {
661 StateNode(const LineState &State, bool NewLine, StateNode *Previous)
663 LineState State;
684 unsigned analyzeSolutionSpace(LineState &InitialState, bool DryRun)
    [all...]
FormatToken.h 434 struct LineState;
451 virtual unsigned formatFromToken(LineState &State,
459 virtual unsigned formatAfterToken(LineState &State,
479 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter,
482 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
ContinuationIndenter.cpp 70 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent,
73 LineState State;
92 bool ContinuationIndenter::canBreak(const LineState &State) {
136 bool ContinuationIndenter::mustBreak(const LineState &State) {
256 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline,
291 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun,
406 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State,
554 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) {
666 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State,
    [all...]
FormatToken.cpp 74 unsigned CommaSeparatedList::formatAfterToken(LineState &State,
129 unsigned CommaSeparatedList::formatFromToken(LineState &State,
UnwrappedLineParser.cpp 476 ScopedLineState LineState(*this);
    [all...]
  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 305 struct LineState
309 LineState (void)
364 LineState line;

Completed in 166 milliseconds