Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormatToken.cpp96 unsigned CommaSeparatedList::formatAfterToken(LineState &State, in formatAfterToken() function in clang::format::CommaSeparatedList
H A DFormatToken.h852 virtual unsigned formatAfterToken(LineState &State, in formatAfterToken() function
874 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter,
H A DContinuationIndenter.cpp1489 Penalty += Previous->Role->formatAfterToken(State, this, DryRun); in moveStateToNextToken()