Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.h102 void moveStatePastScopeOpener(LineState &State, bool Newline);
H A DContinuationIndenter.cpp1436 moveStatePastScopeOpener(State, Newline); in moveStateToNextToken()
1586 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State, in moveStatePastScopeOpener() function in clang::format::ContinuationIndenter