Home | History | Annotate | Download | only in Lex

Lines Matching refs:Literal

935     // character string literal)". This can be affected by #line.
1065 // file name string literal using angle brackets (<>) or
1075 // The argument should be a parenthesized string literal.
1087 // We need at least one string literal.
1112 StringLiteralParser Literal(&StrToks[0], StrToks.size(), *this);
1113 assert(Literal.isAscii() && "Didn't allow wide strings in");
1114 if (Literal.hadError)
1116 if (Literal.Pascal) {
1121 StringRef WarningName(Literal.GetString());