Searched refs:ParseExpressionList (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/ |
| HD | ParseExprCXX.cpp | 971 } else if (ParseExpressionList(Exprs, Commas)) { in ParseLambdaIntroducer() 1887 if (ParseExpressionList(Exprs, CommaLocs, [&] { in ParseCXXTypeConstructExpression() 3062 if (ParseExpressionList(ConstructorArgs, CommaLocs, [&] { in ParseCXXNewExpression() 3163 return ParseExpressionList(PlacementArgs, CommaLocs); in ParseExpressionListOrTypeId()
|
| HD | ParseExpr.cpp | 1905 if (ParseExpressionList(ArgExprs, CommaLocs, [&] { in ParsePostfixExpressionSuffix() 3115 bool Parser::ParseExpressionList(SmallVectorImpl<Expr *> &Exprs, in ParseExpressionList() function in Parser
|
| HD | ParseOpenMP.cpp | 457 if (ParseExpressionList(Exprs, CommaLocs, [&] { in ParseOpenMPReductionInitializerForDecl()
|
| HD | ParseDeclCXX.cpp | 3567 ParseExpressionList(ArgExprs, CommaLocs, [&] { in ParseMemInitializer()
|
| HD | ParseDecl.cpp | 2432 if (ParseExpressionList(Exprs, CommaLocs, ExpressionStarts)) { in ParseDeclarationAfterDeclaratorAndAttributes()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/ |
| HD | Parser.h | 1762 bool ParseExpressionList(SmallVectorImpl<Expr *> &Exprs,
|