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