Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp986 } else if (ParseExpressionList(Exprs, Commas)) { in ParseLambdaIntroducer()
1887 if (ParseExpressionList(Exprs, CommaLocs, [&] { in ParseCXXTypeConstructExpression()
3142 if (ParseExpressionList(ConstructorArgs, CommaLocs, [&] { in ParseCXXNewExpression()
3243 return ParseExpressionList(PlacementArgs, CommaLocs); in ParseExpressionListOrTypeId()
H A DParseExpr.cpp2023 if (ParseExpressionList(ArgExprs, CommaLocs, [&] { in ParsePostfixExpressionSuffix()
3325 bool Parser::ParseExpressionList(SmallVectorImpl<Expr *> &Exprs, in ParseExpressionList() function in Parser
H A DParseOpenMP.cpp477 if (ParseExpressionList(Exprs, CommaLocs, [&] { in ParseOpenMPReductionInitializerForDecl()
H A DParseDeclCXX.cpp3631 ParseExpressionList(ArgExprs, CommaLocs, [&] { in ParseMemInitializer()
H A DParseDecl.cpp2409 if (ParseExpressionList(Exprs, CommaLocs, ExpressionStarts)) { in ParseDeclarationAfterDeclaratorAndAttributes()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1812 bool ParseExpressionList(SmallVectorImpl<Expr *> &Exprs,