Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h106 void moveStateToNewBlock(LineState &State);
H A DContinuationIndenter.cpp1442 moveStateToNewBlock(State); in moveStatePastScopeOpener()
1619 void ContinuationIndenter::moveStateToNewBlock(LineState &State) { in moveStateToNewBlock() function in clang::format::ContinuationIndenter