Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.h95 unsigned moveStateToNextToken(LineState &State, bool DryRun, bool Newline);
H A DContinuationIndenter.cpp276 moveStateToNextToken(State, DryRun, /*Newline=*/false); in getInitialState()
632 moveStateToNextToken(State, DryRun, /*Newline=*/false); in addTokenToState()
642 return moveStateToNextToken(State, DryRun, Newline) + Penalty; in addTokenToState()
1331 unsigned ContinuationIndenter::moveStateToNextToken(LineState &State, in moveStateToNextToken() function in clang::format::ContinuationIndenter