Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseExprCXX.cpp971 } 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()
HDParseExpr.cpp1905 if (ParseExpressionList(ArgExprs, CommaLocs, [&] { in ParsePostfixExpressionSuffix()
3115 bool Parser::ParseExpressionList(SmallVectorImpl<Expr *> &Exprs, in ParseExpressionList() function in Parser
HDParseOpenMP.cpp457 if (ParseExpressionList(Exprs, CommaLocs, [&] { in ParseOpenMPReductionInitializerForDecl()
HDParseDeclCXX.cpp3567 ParseExpressionList(ArgExprs, CommaLocs, [&] { in ParseMemInitializer()
HDParseDecl.cpp2432 if (ParseExpressionList(Exprs, CommaLocs, ExpressionStarts)) { in ParseDeclarationAfterDeclaratorAndAttributes()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h1762 bool ParseExpressionList(SmallVectorImpl<Expr *> &Exprs,