Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h105 void moveStatePastScopeCloser(LineState &State);
H A DContinuationIndenter.cpp1601 moveStatePastScopeCloser(State); in moveStateToNextToken()
1927 void ContinuationIndenter::moveStatePastScopeCloser(LineState &State) { in moveStatePastScopeCloser() function in clang::format::ContinuationIndenter