Searched refs:moveStateToNewBlock (Results 1 – 2 of 2) sorted by relevance
102 void moveStateToNewBlock(LineState &State, bool NewLine);
1819 moveStateToNewBlock(State, Newline); in moveStatePastScopeOpener()2018 void ContinuationIndenter::moveStateToNewBlock(LineState &State, bool NewLine) { in moveStateToNewBlock() function in clang::format::ContinuationIndenter