Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.h104 void moveStatePastScopeCloser(LineState &State);
H A DContinuationIndenter.cpp1431 moveStatePastScopeCloser(State); in moveStateToNextToken()
1732 void ContinuationIndenter::moveStatePastScopeCloser(LineState &State) { in moveStatePastScopeCloser() function in clang::format::ContinuationIndenter