Home
last modified time | relevance | path

Searched refs:addTokenOnCurrentLine (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Format/
DContinuationIndenter.h110 void addTokenOnCurrentLine(LineState &State, bool DryRun,
DContinuationIndenter.cpp307 addTokenOnCurrentLine(State, DryRun, ExtraSpaces); in addTokenToState()
312 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine() function in clang::format::ContinuationIndenter