Home
last modified time | relevance | path

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

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