Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineFormatter.h48 void formatFirstToken(const AnnotatedLine &Line,
H A DUnwrappedLineFormatter.cpp1323 formatFirstToken(TheLine, PreviousLine, PrevPrevLine, Lines, Indent, in format()
1370 formatFirstToken(TheLine, PreviousLine, PrevPrevLine, Lines, in format()
1392 void UnwrappedLineFormatter::formatFirstToken( in formatFirstToken() function in clang::format::UnwrappedLineFormatter