Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.h46 void formatFirstToken(const AnnotatedLine &Line,
H A DUnwrappedLineFormatter.cpp1390 formatFirstToken(TheLine, PreviousLine, PrevPrevLine, Lines, Indent, in format()
1438 formatFirstToken(TheLine, PreviousLine, PrevPrevLine, Lines, in format()
1552 void UnwrappedLineFormatter::formatFirstToken( in formatFirstToken() function in clang::format::UnwrappedLineFormatter