Home
last modified time | relevance | path

Searched refs:addTokenToState (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h84 unsigned addTokenToState(LineState &State, bool Newline, bool DryRun,
H A DUnwrappedLineFormatter.cpp912 Indenter->addTokenToState(State, Newline, /*DryRun=*/false); in formatLine()
934 Indenter->addTokenToState( in formatLine()
1084 Penalty += Indenter->addTokenToState(Node->State, NewLine, true); in addNextStateToQueue()
1102 Penalty += Indenter->addTokenToState(State, (*I)->NewLine, false); in reconstructPath()
H A DFormatToken.cpp130 Penalty += Indenter->addTokenToState(State, NewLine, DryRun, ExtraSpaces); in formatAfterToken()
H A DContinuationIndenter.cpp525 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState() function in clang::format::ContinuationIndenter