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

  /external/clang/lib/Format/
ContinuationIndenter.h 30 struct LineState;
45 LineState getInitialState(unsigned FirstIndent, const AnnotatedLine *Line,
51 bool canBreak(const LineState &State);
54 bool mustBreak(const LineState &State);
64 unsigned addTokenToState(LineState &State, bool Newline, bool DryRun,
69 unsigned getColumnLimit(const LineState &State) const;
74 unsigned moveStateToNextToken(LineState &State, bool DryRun, bool Newline);
77 void moveStatePastFakeLParens(LineState &State, bool Newline);
79 void moveStatePastFakeRParens(LineState &State);
82 void moveStatePastScopeOpener(LineState &State, bool Newline)
    [all...]
ContinuationIndenter.cpp 69 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent,
72 LineState State;
91 bool ContinuationIndenter::canBreak(const LineState &State) {
127 bool ContinuationIndenter::mustBreak(const LineState &State) {
228 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline,
257 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun,
344 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State,
472 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) {
570 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State,
677 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State
    [all...]
FormatToken.h 412 struct LineState;
429 virtual unsigned formatFromToken(LineState &State,
437 virtual unsigned formatAfterToken(LineState &State,
457 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter,
460 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
FormatToken.cpp 59 unsigned CommaSeparatedList::formatAfterToken(LineState &State,
113 unsigned CommaSeparatedList::formatFromToken(LineState &State,
Format.cpp 552 LineState State =
    [all...]
UnwrappedLineParser.cpp 444 ScopedLineState LineState(*this);
    [all...]
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_model.h 24 enum LineState {
64 LineState selected_line_state() const { return selected_line_state_; }
92 void SetSelectedLineState(LineState state);
135 LineState selected_line_state_;
omnibox_popup_model.cc 199 void OmniboxPopupModel::SetSelectedLineState(LineState state) {
  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 305 struct LineState
309 LineState (void)
364 LineState line;

Completed in 1092 milliseconds