Home
last modified time | relevance | path

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

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