Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.h104 void moveStatePastScopeCloser(LineState &State);
H A DContinuationIndenter.cpp1287 moveStatePastScopeCloser(State); in moveStateToNextToken()
1573 void ContinuationIndenter::moveStatePastScopeCloser(LineState &State) { in moveStatePastScopeCloser() function in clang::format::ContinuationIndenter