Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.h106 void moveStateToNewBlock(LineState &State);
H A DContinuationIndenter.cpp1601 moveStateToNewBlock(State); in moveStatePastScopeOpener()
1782 void ContinuationIndenter::moveStateToNewBlock(LineState &State) { in moveStateToNewBlock() function in clang::format::ContinuationIndenter