Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExprCXX.cpp900 } else if (ParseExpressionList(Exprs, Commas)) { in ParseLambdaIntroducer()
1694 if (ParseExpressionList(Exprs, CommaLocs, [&] { in ParseCXXTypeConstructExpression()
2778 if (ParseExpressionList(ConstructorArgs, CommaLocs, [&] { in ParseCXXNewExpression()
2881 return ParseExpressionList(PlacementArgs, CommaLocs); in ParseExpressionListOrTypeId()
DParseExpr.cpp1568 if (ParseExpressionList(ArgExprs, CommaLocs, [&] { in ParsePostfixExpressionSuffix()
2655 bool Parser::ParseExpressionList(SmallVectorImpl<Expr *> &Exprs, in ParseExpressionList() function in Parser
DParseDeclCXX.cpp3316 if (Tok.isNot(tok::r_paren) && ParseExpressionList(ArgExprs, CommaLocs)) { in ParseMemInitializer()
DParseDecl.cpp2100 if (ParseExpressionList(Exprs, CommaLocs, [&] { in ParseDeclarationAfterDeclaratorAndAttributes()
/external/clang/include/clang/Parse/
DParser.h1459 bool ParseExpressionList(SmallVectorImpl<Expr *> &Exprs,