Lines Matching refs:Tokens
51 DefinitionParser(ArrayRef<FormatToken *> Tokens) : Tokens(Tokens) {
52 assert(!Tokens.empty());
53 Current = Tokens[0];
110 if (Pos + 1 < Tokens.size())
112 Current = Tokens[Pos];
119 ArrayRef<FormatToken *> Tokens;
142 const auto Tokens = Lex.lex();
143 if (!Tokens.empty()) {
144 DefinitionParser Parser(Tokens);
206 // Create a copy of the tokens from the macro body, i.e. were not provided
211 // Tokens that are not part of the user code are not formatted.