Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormatToken.h437 virtual unsigned formatAfterToken(LineState &State, in formatAfterToken() function
457 unsigned formatAfterToken(LineState &State, ContinuationIndenter *Indenter,
DFormatToken.cpp59 unsigned CommaSeparatedList::formatAfterToken(LineState &State, in formatAfterToken() function in clang::format::CommaSeparatedList
DContinuationIndenter.cpp672 Penalty += Previous->Role->formatAfterToken(State, this, DryRun); in moveStateToNextToken()