Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.h162 void addTokenOnCurrentLine(LineState &State, bool DryRun,
H A DContinuationIndenter.cpp625 addTokenOnCurrentLine(State, DryRun, ExtraSpaces); in addTokenToState()
630 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine() function in clang::format::ContinuationIndenter