Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp148 unsigned CommaSeparatedList::formatFromToken(LineState &State, in formatFromToken() function in clang::format::CommaSeparatedList
H A DFormatToken.h947 virtual unsigned formatFromToken(LineState &State, in formatFromToken() function
980 unsigned formatFromToken(LineState &State, ContinuationIndenter *Indenter,
H A DContinuationIndenter.cpp1663 Current.Role->formatFromToken(State, this, DryRun); in moveStateToNextToken()