Home
last modified time | relevance | path

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

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