Lines Matching defs:State
111 const ParenState *State = FindParenState(End->Next->MatchingParen); in getLengthToMatchingParen() local
250 LineState State; in getInitialState() local
290 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak()
371 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak()
633 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState()
672 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine()
940 unsigned ContinuationIndenter::addTokenOnNewLine(LineState &State, in addTokenOnNewLine()
1207 unsigned ContinuationIndenter::getNewLineColumn(const LineState &State) { in getNewLineColumn()
1495 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken()
1675 void ContinuationIndenter::moveStatePastFakeLParens(LineState &State, in moveStatePastFakeLParens()
1786 void ContinuationIndenter::moveStatePastFakeRParens(LineState &State) { in moveStatePastFakeRParens()
1804 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State, in moveStatePastScopeOpener()
1967 void ContinuationIndenter::moveStatePastScopeCloser(LineState &State) { in moveStatePastScopeCloser()
2018 void ContinuationIndenter::moveStateToNewBlock(LineState &State, bool NewLine) { in moveStateToNewBlock()
2060 const FormatToken &Current, LineState &State, in reformatRawStringLiteral()
2208 LineState &State) { in addMultilineToken()
2224 LineState &State, bool DryRun, in handleEndOfLine()
2299 const LineState &State) { in getRawStringStyle()
2318 LineState &State, bool AllowBreak) { in createBreakableToken()
2435 LineState &State, bool AllowBreak, in breakProtrudingToken()
2822 bool ContinuationIndenter::nextIsMultilineString(const LineState &State) { in nextIsMultilineString()