Searched refs:ParseExpressionList (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/Parse/ |
| D | ParseExprCXX.cpp | 987 } else if (ParseExpressionList(Exprs)) { in ParseLambdaIntroducer() 1943 if (ParseExpressionList(Exprs, [&] { in ParseCXXTypeConstructExpression() 3253 if (ParseExpressionList(ConstructorArgs, [&] { in ParseCXXNewExpression() 3352 return ParseExpressionList(PlacementArgs); in ParseExpressionListOrTypeId()
|
| D | ParseExpr.cpp | 1965 if (ParseExpressionList(ArgExprs)) { in ParsePostfixExpressionSuffix() 2080 if (ParseExpressionList(ArgExprs, [&] { in ParsePostfixExpressionSuffix() 3431 bool Parser::ParseExpressionList(SmallVectorImpl<Expr *> &Exprs, in ParseExpressionList() function in Parser
|
| D | ParseDecl.cpp | 453 if (ParseExpressionList(ParsedExprs, llvm::function_ref<void()>(), in ParseAttributeArgsCommon() 2524 if (ParseExpressionList(Exprs, ExpressionStarts)) { in ParseDeclarationAfterDeclaratorAndAttributes()
|
| D | ParseDeclCXX.cpp | 3827 if (Tok.isNot(tok::r_paren) && ParseExpressionList(ArgExprs, [&] { in ParseMemInitializer()
|
| D | ParseOpenMP.cpp | 488 if (ParseExpressionList(Exprs, [&] { in ParseOpenMPReductionInitializerForDecl()
|
| /openbsd/src/gnu/llvm/clang/include/clang/Parse/ |
| D | Parser.h | 1848 bool ParseExpressionList(SmallVectorImpl<Expr *> &Exprs,
|