Home
last modified time | relevance | path

Searched refs:moveStateToNewBlock (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h102 void moveStateToNewBlock(LineState &State, bool NewLine);
H A DContinuationIndenter.cpp1819 moveStateToNewBlock(State, Newline); in moveStatePastScopeOpener()
2018 void ContinuationIndenter::moveStateToNewBlock(LineState &State, bool NewLine) { in moveStateToNewBlock() function in clang::format::ContinuationIndenter