Lines Matching refs:StringToks
1538 /// multiple tokens. However, the common case is that StringToks points to one
1542 Sema::ActOnStringLiteral(ArrayRef<Token> StringToks, Scope *UDLScope) {
1543 assert(!StringToks.empty() && "Must have at least one string!");
1545 StringLiteralParser Literal(StringToks, PP);
1550 for (const Token &Tok : StringToks)