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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp705 int getIndentOffset(const FormatToken &RootToken) { argument
706 if (RootToken.isAccessSpecifier(false) || RootToken.isObjCAccessSpecifier())
713 void formatFirstToken(FormatToken &RootToken, argument
717 std::min(RootToken.NewlinesBefore, Style.MaxEmptyLinesToKeep + 1);
719 if (RootToken.is(tok::r_brace) &&
720 (!RootToken.Next ||
721 (RootToken.Next->is(tok::semi) && !RootToken.Next->Next)))
723 if (Newlines == 0 && !RootToken
[all...]

Completed in 103 milliseconds