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

/external/clang/lib/Parse/
H A DParseExpr.cpp1397 if (ParseExpressionList(ExecConfigExprs, ExecConfigCommaLocs)) {
1448 if (ParseExpressionList(ArgExprs, CommaLocs, &Sema::CodeCompleteCall,
2148 if (!ParseExpressionList(ArgExprs, CommaLocs)) {
2318 /// ParseExpressionList - Used for C/C++ (argument-)expression-list.
2340 bool Parser::ParseExpressionList(SmallVectorImpl<Expr*> &Exprs, function in class:Parser

Completed in 68 milliseconds