Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.h118 unsigned handleEndOfLine(const FormatToken &Current, LineState &State,
H A DContinuationIndenter.cpp1307 handleEndOfLine(Current, State, DryRun, AllowBreak, Newline); in moveStateToNextToken()
1812 unsigned ContinuationIndenter::handleEndOfLine(const FormatToken &Current, in handleEndOfLine() function in clang::format::ContinuationIndenter