Searched refs:RootToken (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.h49 void formatFirstToken(FormatToken &RootToken,
H A DUnwrappedLineFormatter.cpp87 int getIndentOffset(const FormatToken &RootToken) { argument
91 if (RootToken.isAccessSpecifier(false) ||
92 RootToken.isObjCAccessSpecifier() ||
93 (RootToken.isOneOf(Keywords.kw_signals, Keywords.kw_qsignals) &&
94 RootToken.Next && RootToken.Next->is(tok::colon)))
902 void UnwrappedLineFormatter::formatFirstToken(FormatToken &RootToken, argument
907 if (RootToken.is(tok::eof)) {
908 unsigned Newlines = std::min(RootToken.NewlinesBefore, 1u);
909 Whitespaces->replaceWhitespace(RootToken, Newline
[all...]

Completed in 54 milliseconds