Home
last modified time | relevance | path

Searched refs:formatAfterToken (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp110 unsigned CommaSeparatedList::formatAfterToken(LineState &State, in formatAfterToken() function in clang::format::CommaSeparatedList
H A DFormatToken.h905 virtual unsigned formatAfterToken(LineState &State, in formatAfterToken() function
927 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter,
H A DContinuationIndenter.cpp1647 Penalty += Previous->Role->formatAfterToken(State, this, DryRun); in moveStateToNextToken()