Searched refs:ParseExpressionList (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 1222 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
|
D | ParseExprCXX.cpp | 845 if (ParseExpressionList(Exprs, CommaLocs)) { in ParseCXXTypeConstructExpression() 1822 if (ParseExpressionList(ConstructorArgs, CommaLocs)) { in ParseCXXNewExpression() 1901 return ParseExpressionList(PlacementArgs, CommaLocs); in ParseExpressionListOrTypeId()
|
D | ParseDeclCXX.cpp | 2282 if (Tok.isNot(tok::r_paren) && ParseExpressionList(ArgExprs, CommaLocs)) { in ParseMemInitializer()
|
D | ParseDecl.cpp | 1031 if (ParseExpressionList(Exprs, CommaLocs)) { in ParseDeclarationAfterDeclaratorAndAttributes()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1141 bool ParseExpressionList(llvm::SmallVectorImpl<Expr*> &Exprs,
|