Searched defs:ParseExpressionList (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParseExpr.cpp1568 if (ParseExpressionList(ArgExprs, CommaLocs, [&] {
2633 /// ParseExpressionList - Used for C/C++ (argument-)expression-list.
2655 bool Parser::ParseExpressionList(SmallVectorImpl<Expr *> &Exprs, function in class:Parser

Completed in 147 milliseconds