Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExpr.cpp1222 if (ParseExpressionList(ExecConfigExprs, ExecConfigCommaLocs)) { in ParsePostfixExpressionSuffix()
1264 if (ParseExpressionList(ArgExprs, CommaLocs, &Sema::CodeCompleteCall, in ParsePostfixExpressionSuffix()
1920 if (!ParseExpressionList(ArgExprs, CommaLocs)) { in ParseParenExpression()
2107 bool Parser::ParseExpressionList(llvm::SmallVectorImpl<Expr*> &Exprs, in ParseExpressionList() function in Parser
DParseExprCXX.cpp845 if (ParseExpressionList(Exprs, CommaLocs)) { in ParseCXXTypeConstructExpression()
1822 if (ParseExpressionList(ConstructorArgs, CommaLocs)) { in ParseCXXNewExpression()
1901 return ParseExpressionList(PlacementArgs, CommaLocs); in ParseExpressionListOrTypeId()
DParseDeclCXX.cpp2282 if (Tok.isNot(tok::r_paren) && ParseExpressionList(ArgExprs, CommaLocs)) { in ParseMemInitializer()
DParseDecl.cpp1031 if (ParseExpressionList(Exprs, CommaLocs)) { in ParseDeclarationAfterDeclaratorAndAttributes()
/external/clang/include/clang/Parse/
DParser.h1141 bool ParseExpressionList(llvm::SmallVectorImpl<Expr*> &Exprs,