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

/external/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)))
906 void UnwrappedLineFormatter::formatFirstToken(FormatToken &RootToken, argument
911 if (RootToken.is(tok::eof)) {
912 unsigned Newlines = std::min(RootToken.NewlinesBefore, 1u);
913 Whitespaces->replaceWhitespace(RootToken, Newline
[all...]

Completed in 136 milliseconds