Home | History | Annotate | Download | only in Lex

Lines Matching refs:Literal

889     // character string literal)". This can be affected by #line.
1018 // file name string literal using angle brackets (<>) or
1028 // The argument should be a parenthesized string literal.
1040 // We need at least one string literal.
1062 StringLiteralParser Literal(&StrToks[0], StrToks.size(), *this);
1063 assert(Literal.isAscii() && "Didn't allow wide strings in");
1064 if (Literal.hadError)
1066 if (Literal.Pascal) {
1071 StringRef WarningName(Literal.GetString());