Home
last modified time | relevance | path

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

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