Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseStringLiteralExpression

993     Res = ParseStringLiteralExpression(true);
2411 /// ParseStringLiteralExpression - This handles the various token types that
2419 ExprResult Parser::ParseStringLiteralExpression(bool AllowUserDefinedLiteral) {