• Home
  • Raw
  • Download

Lines Matching refs:LineState

76 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()
904 void ContinuationIndenter::moveStatePastFakeRParens(LineState &State) { in moveStatePastFakeRParens()
916 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State, in moveStatePastScopeOpener()
1013 void ContinuationIndenter::moveStatePastScopeCloser(LineState &State) { in moveStatePastScopeCloser()
1034 void ContinuationIndenter::moveStateToNewBlock(LineState &State) { in moveStateToNewBlock()
1050 LineState &State) { in addMultilineToken()
1069 LineState &State, in breakProtrudingToken()
1230 unsigned ContinuationIndenter::getColumnLimit(const LineState &State) const { in getColumnLimit()
1235 bool ContinuationIndenter::nextIsMultilineString(const LineState &State) { in nextIsMultilineString()