Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormatToken.h593 virtual unsigned formatAfterToken(LineState &State, in formatAfterToken() function
615 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter,
H A DFormatToken.cpp75 unsigned CommaSeparatedList::formatAfterToken(LineState &State, in formatAfterToken() function in clang::format::CommaSeparatedList
H A DContinuationIndenter.cpp1183 Penalty += Previous->Role->formatAfterToken(State, this, DryRun); in moveStateToNextToken()