Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.h107 void moveStateToNewBlock(LineState &State);
H A DContinuationIndenter.cpp1632 moveStateToNewBlock(State); in moveStatePastScopeOpener()
1817 void ContinuationIndenter::moveStateToNewBlock(LineState &State) { in moveStateToNewBlock() function in clang::format::ContinuationIndenter