Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.h51 void formatFirstToken(const AnnotatedLine &Line,
H A DUnwrappedLineFormatter.cpp1070 formatFirstToken(TheLine, PreviousLine, Lines, Indent, in format()
1114 formatFirstToken(TheLine, PreviousLine, Lines, in format()
1136 void UnwrappedLineFormatter::formatFirstToken( in formatFirstToken() function in clang::format::UnwrappedLineFormatter