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()
872 ExprResult StringResult = ParseStringLiteralExpression(); in HandlePragmaMSSection()994 ExprResult StringResult = ParseStringLiteralExpression(); in HandlePragmaMSSegment()1058 ExprResult StringResult = ParseStringLiteralExpression(); in HandlePragmaMSInitSeg()
337 ExprResult Lang = ParseStringLiteralExpression(false); in ParseLinkage()970 AssertMessage = ParseStringLiteralExpression(); in ParseStaticAssertDeclaration()4544 ExprResult StringResult = ParseStringLiteralExpression(); in ParseMicrosoftUuidAttributeArgs()
1289 Res = ParseStringLiteralExpression(true); in ParseCastExpression()3166 ExprResult Parser::ParseStringLiteralExpression(bool AllowUserDefinedLiteral) { in ParseStringLiteralExpression() function in Parser
3320 ExprResult Res(ParseStringLiteralExpression()); in ParseObjCStringLiteral()3338 ExprResult Lit(ParseStringLiteralExpression()); in ParseObjCStringLiteral()
1532 ExprResult AsmString(ParseStringLiteralExpression()); in ParseAsmStringLiteral()
825 ExprResult Res = P.ParseStringLiteralExpression(true); in stringLiteralParser()
1752 ExprResult ParseStringLiteralExpression(bool AllowUserDefinedLiteral = false);