Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Format/
DContinuationIndenter.h119 unsigned handleEndOfLine(const FormatToken &Current, LineState &State,
DContinuationIndenter.cpp1479 handleEndOfLine(Current, State, DryRun, AllowBreak, Newline); in moveStateToNextToken()
2009 unsigned ContinuationIndenter::handleEndOfLine(const FormatToken &Current, in handleEndOfLine() function in clang::format::ContinuationIndenter