Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineFormatter.h48 void formatFirstToken(const AnnotatedLine &Line,
H A DUnwrappedLineFormatter.cpp1161 formatFirstToken(TheLine, PreviousLine, Lines, Indent, in format()
1207 formatFirstToken(TheLine, PreviousLine, Lines, in format()
1229 void UnwrappedLineFormatter::formatFirstToken( in formatFirstToken() function in clang::format::UnwrappedLineFormatter