Searched refs:handleEndOfLine (Results 1 – 2 of 2) sorted by relevance
119 unsigned handleEndOfLine(const FormatToken &Current, LineState &State,
1479 handleEndOfLine(Current, State, DryRun, AllowBreak, Newline); in moveStateToNextToken()2009 unsigned ContinuationIndenter::handleEndOfLine(const FormatToken &Current, in handleEndOfLine() function in clang::format::ContinuationIndenter