Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DContinuationIndenter.h89 void moveStateToNewBlock(LineState &State);
DContinuationIndenter.cpp923 moveStateToNewBlock(State); in moveStatePastScopeOpener()
1034 void ContinuationIndenter::moveStateToNewBlock(LineState &State) { in moveStateToNewBlock() function in clang::format::ContinuationIndenter