Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h107 void moveStateToNewBlock(LineState &State);
H A DContinuationIndenter.cpp1790 moveStateToNewBlock(State); in moveStatePastScopeOpener()
1977 void ContinuationIndenter::moveStateToNewBlock(LineState &State) { in moveStateToNewBlock() function in clang::format::ContinuationIndenter