Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseExprCXX.cpp987 } else if (ParseExpressionList(Exprs)) { in ParseLambdaIntroducer()
1943 if (ParseExpressionList(Exprs, [&] { in ParseCXXTypeConstructExpression()
3253 if (ParseExpressionList(ConstructorArgs, [&] { in ParseCXXNewExpression()
3352 return ParseExpressionList(PlacementArgs); in ParseExpressionListOrTypeId()
DParseExpr.cpp1965 if (ParseExpressionList(ArgExprs)) { in ParsePostfixExpressionSuffix()
2080 if (ParseExpressionList(ArgExprs, [&] { in ParsePostfixExpressionSuffix()
3431 bool Parser::ParseExpressionList(SmallVectorImpl<Expr *> &Exprs, in ParseExpressionList() function in Parser
DParseDecl.cpp453 if (ParseExpressionList(ParsedExprs, llvm::function_ref<void()>(), in ParseAttributeArgsCommon()
2524 if (ParseExpressionList(Exprs, ExpressionStarts)) { in ParseDeclarationAfterDeclaratorAndAttributes()
DParseDeclCXX.cpp3827 if (Tok.isNot(tok::r_paren) && ParseExpressionList(ArgExprs, [&] { in ParseMemInitializer()
DParseOpenMP.cpp488 if (ParseExpressionList(Exprs, [&] { in ParseOpenMPReductionInitializerForDecl()
/openbsd/src/gnu/llvm/clang/include/clang/Parse/
DParser.h1848 bool ParseExpressionList(SmallVectorImpl<Expr *> &Exprs,