Searched refs:ParseExpressionList (Results 1 – 6 of 6) sorted by relevance
1062 } else if (ParseExpressionList(Exprs)) { in ParseLambdaIntroducer()2051 if (ParseExpressionList(Exprs, [&] { in ParseCXXTypeConstructExpression()3382 if (ParseExpressionList(ConstructorArgs, [&] { in ParseCXXNewExpression()3481 return ParseExpressionList(PlacementArgs); in ParseExpressionListOrTypeId()
2064 if (ParseExpressionList(ArgExprs)) { in ParsePostfixExpressionSuffix()2203 if (ParseExpressionList(ArgExprs, [&] { in ParsePostfixExpressionSuffix()3651 bool Parser::ParseExpressionList(SmallVectorImpl<Expr *> &Exprs, in ParseExpressionList() function in Parser
4073 if (Tok.isNot(tok::r_paren) && ParseExpressionList(ArgExprs, [&] { in ParseMemInitializer()
496 if (ParseExpressionList(Exprs, [&] { in ParseOpenMPReductionInitializerForDecl()
2860 bool SawError = ParseExpressionList(Exprs, ExpressionStarts); in ParseDeclarationAfterDeclaratorAndAttributes()
1929 bool ParseExpressionList(SmallVectorImpl<Expr *> &Exprs,