Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h158 void addTokenOnCurrentLine(LineState &State, bool DryRun,
H A DContinuationIndenter.cpp667 addTokenOnCurrentLine(State, DryRun, ExtraSpaces); in addTokenToState()
672 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine() function in clang::format::ContinuationIndenter