Home
last modified time | relevance | path

Searched refs:ParseExpressionList (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1062 } else if (ParseExpressionList(Exprs)) { in ParseLambdaIntroducer()
2051 if (ParseExpressionList(Exprs, [&] { in ParseCXXTypeConstructExpression()
3382 if (ParseExpressionList(ConstructorArgs, [&] { in ParseCXXNewExpression()
3481 return ParseExpressionList(PlacementArgs); in ParseExpressionListOrTypeId()
H A DParseExpr.cpp2064 if (ParseExpressionList(ArgExprs)) { in ParsePostfixExpressionSuffix()
2203 if (ParseExpressionList(ArgExprs, [&] { in ParsePostfixExpressionSuffix()
3651 bool Parser::ParseExpressionList(SmallVectorImpl<Expr *> &Exprs, in ParseExpressionList() function in Parser
H A DParseDeclCXX.cpp4073 if (Tok.isNot(tok::r_paren) && ParseExpressionList(ArgExprs, [&] { in ParseMemInitializer()
H A DParseOpenMP.cpp496 if (ParseExpressionList(Exprs, [&] { in ParseOpenMPReductionInitializerForDecl()
H A DParseDecl.cpp2860 bool SawError = ParseExpressionList(Exprs, ExpressionStarts); in ParseDeclarationAfterDeclaratorAndAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1929 bool ParseExpressionList(SmallVectorImpl<Expr *> &Exprs,