Searched refs:LineState (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/Format/
H A DContinuationIndenter.h30 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
302 struct LineState { struct in namespace:clang::format
[all...]
H A DContinuationIndenter.cpp69 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
[all...]
H A DFormatToken.h412 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,
H A DFormatToken.cpp59 unsigned CommaSeparatedList::formatAfterToken(LineState &State,
113 unsigned CommaSeparatedList::formatFromToken(LineState &State,
H A DFormat.cpp552 LineState State =
881 LineState State = Indenter->getInitialState(Indent, &TheLine, DryRun);
943 LineState State = Indenter->getInitialState(FirstIndent, &Line, DryRun);
957 StateNode(const LineState &State, bool NewLine, StateNode *Previous)
959 LineState State;
1060 bool operator()(LineState *obj1, LineState *obj2) const {
1073 unsigned analyzeSolutionSpace(LineState &InitialState, bool DryRun = false) {
1074 std::set<LineState *, CompareLineStatePointers> Seen;
1132 void reconstructPath(LineState
[all...]
H A DUnwrappedLineParser.cpp444 ScopedLineState LineState(*this);
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_popup_model.h24 enum LineState { enum in class:OmniboxPopupModel
64 LineState selected_line_state() const { return selected_line_state_; }
92 void SetSelectedLineState(LineState state);
138 LineState selected_line_state_;
H A Domnibox_popup_model.cc203 void OmniboxPopupModel::SetSelectedLineState(LineState state) {
/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp305 struct LineState struct in namespace:rr
309 LineState (void) function in struct:rr::LineState
364 LineState line;

Completed in 125 milliseconds