Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.h48 void formatFirstToken(const AnnotatedLine &Line,
H A DUnwrappedLineFormatter.cpp1176 formatFirstToken(TheLine, PreviousLine, PrevPrevLine, Lines, Indent, in format()
1222 formatFirstToken(TheLine, PreviousLine, PrevPrevLine, Lines, in format()
1245 void UnwrappedLineFormatter::formatFirstToken( in formatFirstToken() function in clang::format::UnwrappedLineFormatter