Searched refs:addTokenOnCurrentLine (Results 1 – 2 of 2) sorted by relevance
110 void addTokenOnCurrentLine(LineState &State, bool DryRun,
307 addTokenOnCurrentLine(State, DryRun, ExtraSpaces); in addTokenToState()312 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine() function in clang::format::ContinuationIndenter