Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/formcalc/
Dcxfa_fmparser.cpp33 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()
Dcxfa_fmparser.h41 std::vector<cppgc::Member<CXFA_FMExpression>> ParseExpressionList();
/external/clang/lib/Parse/
DParseExprCXX.cpp900 } 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()
DParseExpr.cpp1568 if (ParseExpressionList(ArgExprs, CommaLocs, [&] { in ParsePostfixExpressionSuffix()
2655 bool Parser::ParseExpressionList(SmallVectorImpl<Expr *> &Exprs, in ParseExpressionList() function in Parser
DParseDeclCXX.cpp3316 if (Tok.isNot(tok::r_paren) && ParseExpressionList(ArgExprs, CommaLocs)) { in ParseMemInitializer()
DParseDecl.cpp2100 if (ParseExpressionList(Exprs, CommaLocs, [&] { in ParseDeclarationAfterDeclaratorAndAttributes()
/external/clang/include/clang/Parse/
DParser.h1459 bool ParseExpressionList(SmallVectorImpl<Expr *> &Exprs,