Lines Matching refs:FormatToken
1 //===--- FormatToken.cpp - Format C++ code --------------------------------===//
17 #include "FormatToken.h"
42 bool FormatToken::isSimpleTypeSpecifier() const {
72 void TokenRole::precomputeFormattingInfos(const FormatToken *Token) {}
81 const FormatToken *LBrace =
139 static unsigned CodePointsBetween(const FormatToken *Begin,
140 const FormatToken *End) {
145 void CommaSeparatedList::precomputeFormattingInfos(const FormatToken *Token) {
161 FormatToken *ItemBegin = Token->Next;
181 const FormatToken *ItemEnd = nullptr;
184 const FormatToken *NonCommentEnd = ItemEnd->getPreviousNonComment();