Searched refs:ParseExpressionList (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/xfa/fxfa/formcalc/ |
D | cxfa_fmparser.cpp | 33 auto expressions = ParseExpressionList(); in Parse() 71 CXFA_FMParser::ParseExpressionList() { in ParseExpressionList() function in CXFA_FMParser 146 expressions = ParseExpressionList(); in ParseFunction() 913 m_heap->GetAllocationHandle(), ParseExpressionList()); in ParseIfExpression() 926 auto elseIfExprs = ParseExpressionList(); in ParseIfExpression() 941 m_heap->GetAllocationHandle(), ParseExpressionList()); in ParseIfExpression() 963 auto exprs = ParseExpressionList(); in ParseWhileExpression() 1022 auto exprs = ParseExpressionList(); in ParseForExpression() 1069 auto exprs = ParseExpressionList(); in ParseForeachExpression() 1091 auto exprs = ParseExpressionList(); in ParseDoExpression()
|
D | cxfa_fmparser.h | 41 std::vector<cppgc::Member<CXFA_FMExpression>> ParseExpressionList();
|
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 900 } 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()
|
D | ParseExpr.cpp | 1568 if (ParseExpressionList(ArgExprs, CommaLocs, [&] { in ParsePostfixExpressionSuffix() 2655 bool Parser::ParseExpressionList(SmallVectorImpl<Expr *> &Exprs, in ParseExpressionList() function in Parser
|
D | ParseDeclCXX.cpp | 3316 if (Tok.isNot(tok::r_paren) && ParseExpressionList(ArgExprs, CommaLocs)) { in ParseMemInitializer()
|
D | ParseDecl.cpp | 2100 if (ParseExpressionList(Exprs, CommaLocs, [&] { in ParseDeclarationAfterDeclaratorAndAttributes()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1459 bool ParseExpressionList(SmallVectorImpl<Expr *> &Exprs,
|