Searched refs:ParseStringLiteralExpression (Results 1 – 7 of 7) sorted by relevance
1032 MessageExpr = ParseStringLiteralExpression(); in ParseAvailabilityAttribute()1034 ReplacementExpr = ParseStringLiteralExpression(); in ParseAvailabilityAttribute()1224 ParseStringLiteralExpression(); in ParseExternalSourceSymbolAttribute()1227 Language = ParseStringLiteralExpression(); in ParseExternalSourceSymbolAttribute()1233 ParseStringLiteralExpression(); in ParseExternalSourceSymbolAttribute()1236 DefinedInExpr = ParseStringLiteralExpression(); in ParseExternalSourceSymbolAttribute()
782 ExprResult StringResult = ParseStringLiteralExpression(); in HandlePragmaMSSection()904 ExprResult StringResult = ParseStringLiteralExpression(); in HandlePragmaMSSegment()968 ExprResult StringResult = ParseStringLiteralExpression(); in HandlePragmaMSInitSeg()
335 ExprResult Lang = ParseStringLiteralExpression(false); in ParseLinkage()898 AssertMessage = ParseStringLiteralExpression(); in ParseStaticAssertDeclaration()4154 ExprResult StringResult = ParseStringLiteralExpression(); in ParseMicrosoftUuidAttributeArgs()
1094 Res = ParseStringLiteralExpression(true); in ParseCastExpression()2651 ExprResult Parser::ParseStringLiteralExpression(bool AllowUserDefinedLiteral) { in ParseStringLiteralExpression() function in Parser
3293 ExprResult Res(ParseStringLiteralExpression()); in ParseObjCStringLiteral()3311 ExprResult Lit(ParseStringLiteralExpression()); in ParseObjCStringLiteral()
1398 ExprResult AsmString(ParseStringLiteralExpression()); in ParseAsmStringLiteral()
1686 ExprResult ParseStringLiteralExpression(bool AllowUserDefinedLiteral = false);