Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.h94 unsigned moveStateToNextToken(LineState &State, bool DryRun, bool Newline);
H A DContinuationIndenter.cpp275 moveStateToNextToken(State, DryRun, /*Newline=*/false); in getInitialState()
617 moveStateToNextToken(State, DryRun, /*Newline=*/false); in addTokenToState()
627 return moveStateToNextToken(State, DryRun, Newline) + Penalty; in addTokenToState()
1308 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken() function in clang::format::ContinuationIndenter