Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineFormatter.h48 void formatFirstToken(const AnnotatedLine &Line,
H A DUnwrappedLineFormatter.cpp1345 formatFirstToken(TheLine, PreviousLine, PrevPrevLine, Lines, Indent, in format()
1392 formatFirstToken(TheLine, PreviousLine, PrevPrevLine, Lines, in format()
1414 void UnwrappedLineFormatter::formatFirstToken( in formatFirstToken() function in clang::format::UnwrappedLineFormatter