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