Home
last modified time | relevance | path

Searched refs:LineState (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Format/
DContinuationIndenter.h31 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 …]
DUnwrappedLineFormatter.cpp462 static void printLineState(const LineState &State) { in printLineState()
509 bool formatChildren(LineState &State, bool NewLine, bool DryRun, in formatChildren()
585 LineState State = in formatLine()
611 LineState State = Indenter->getInitialState(FirstIndent, &Line, DryRun); in formatLine()
633 LineState State = Indenter->getInitialState(FirstIndent, &Line, DryRun); in formatLine()
646 bool operator()(LineState *obj1, LineState *obj2) const { in operator ()()
661 StateNode(const LineState &State, bool NewLine, StateNode *Previous) in StateNode()
663 LineState State;
684 unsigned analyzeSolutionSpace(LineState &InitialState, bool DryRun) { in analyzeSolutionSpace()
685 std::set<LineState *, CompareLineStatePointers> Seen; in analyzeSolutionSpace()
[all …]
DContinuationIndenter.cpp76 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState()
79 LineState State; in getInitialState()
98 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak()
142 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak()
277 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState()
312 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine()
439 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine()
596 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) { in getNewLineColumn()
708 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken()
825 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens()
[all …]
DFormatToken.h477 struct LineState;
494 virtual unsigned formatFromToken(LineState &State, in formatFromToken()
502 virtual unsigned formatAfterToken(LineState &State, in formatAfterToken()
522 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter,
525 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
DFormatToken.cpp75 unsigned CommaSeparatedList::formatAfterToken(LineState &State, in formatAfterToken()
130 unsigned CommaSeparatedList::formatFromToken(LineState &State, in formatFromToken()
DUnwrappedLineParser.cpp490 ScopedLineState LineState(*this); in parseChildBlock() local
/external/deqp/framework/referencerenderer/
DrrRenderState.hpp324 struct LineState struct
328 LineState (void) in LineState() function
385 LineState line;