Searched refs:ParseStringLiteralExpression (Results 1 – 8 of 8) sorted by relevance
1140 MessageExpr = ParseStringLiteralExpression(); in ParseAvailabilityAttribute()1142 ReplacementExpr = ParseStringLiteralExpression(); in ParseAvailabilityAttribute()1332 ParseStringLiteralExpression(); in ParseExternalSourceSymbolAttribute()1335 Language = ParseStringLiteralExpression(); in ParseExternalSourceSymbolAttribute()1341 ParseStringLiteralExpression(); in ParseExternalSourceSymbolAttribute()1344 DefinedInExpr = ParseStringLiteralExpression(); in ParseExternalSourceSymbolAttribute()
337 ExprResult Lang = ParseStringLiteralExpression(false); in ParseLinkage()934 AssertMessage = ParseStringLiteralExpression(); in ParseStaticAssertDeclaration()4375 ExprResult StringResult = ParseStringLiteralExpression(); in ParseMicrosoftUuidAttributeArgs()
872 ExprResult StringResult = ParseStringLiteralExpression(); in HandlePragmaMSSection()994 ExprResult StringResult = ParseStringLiteralExpression(); in HandlePragmaMSSegment()1058 ExprResult StringResult = ParseStringLiteralExpression(); in HandlePragmaMSInitSeg()
1289 Res = ParseStringLiteralExpression(true); in ParseCastExpression()3136 ExprResult Parser::ParseStringLiteralExpression(bool AllowUserDefinedLiteral) { in ParseStringLiteralExpression() function in Parser
3320 ExprResult Res(ParseStringLiteralExpression()); in ParseObjCStringLiteral()3338 ExprResult Lit(ParseStringLiteralExpression()); in ParseObjCStringLiteral()
1529 ExprResult AsmString(ParseStringLiteralExpression()); in ParseAsmStringLiteral()
825 ExprResult Res = P.ParseStringLiteralExpression(true); in stringLiteralParser()
1751 ExprResult ParseStringLiteralExpression(bool AllowUserDefinedLiteral = false);