Lines Matching defs:State
73 LineState State; in getInitialState() local
92 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak()
135 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak()
238 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState()
267 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine()
368 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine()
496 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) { in getNewLineColumn()
595 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken()
706 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens()
783 void ContinuationIndenter::moveStatePastFakeRParens(LineState &State) { in moveStatePastFakeRParens()
796 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State, in moveStatePastScopeOpener()
855 void ContinuationIndenter::moveStatePastScopeCloser(LineState &State) { in moveStatePastScopeCloser()
876 void ContinuationIndenter::moveStateToNewBlock(LineState &State) { in moveStateToNewBlock()
892 LineState &State) { in addMultilineToken()
908 LineState &State, in breakProtrudingToken()
1071 bool ContinuationIndenter::nextIsMultilineString(const LineState &State) { in nextIsMultilineString()