Lines Matching defs:State

99       const ParenState *State = FindParenState(End->Next->MatchingParen);  in getLengthToMatchingParen()  local
239 LineState State; in getInitialState() local
277 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak()
329 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak()
525 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState()
562 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine()
756 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine()
962 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) { in getNewLineColumn()
1174 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken()
1322 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens()
1418 void ContinuationIndenter::moveStatePastFakeRParens(LineState &State) { in moveStatePastFakeRParens()
1430 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State, in moveStatePastScopeOpener()
1573 void ContinuationIndenter::moveStatePastScopeCloser(LineState &State) { in moveStatePastScopeCloser()
1619 void ContinuationIndenter::moveStateToNewBlock(LineState &State) { in moveStateToNewBlock()
1648 const FormatToken &Current, LineState &State, in reformatRawStringLiteral()
1797 LineState &State) { in addMultilineToken()
1813 LineState &State, bool DryRun, in handleEndOfLine()
1888 const LineState &State) { in getRawStringStyle()
1906 LineState &State, bool AllowBreak) { in createBreakableToken()
1984 LineState &State, bool AllowBreak, in breakProtrudingToken()
2366 bool ContinuationIndenter::nextIsMultilineString(const LineState &State) { in nextIsMultilineString()