Searched defs:subexpr (Results 1 – 3 of 3) sorted by relevance
718 auto* subexpr = cppgc::MakeGarbageCollected<CXFA_FMIndexExpression>( in ParsePostExpression() local746 auto* subexpr = cppgc::MakeGarbageCollected<CXFA_FMIndexExpression>( in ParsePostExpression() local767 auto* subexpr = cppgc::MakeGarbageCollected<CXFA_FMIndexExpression>( in ParsePostExpression() local786 auto* subexpr = cppgc::MakeGarbageCollected<CXFA_FMIndexExpression>( in ParsePostExpression() local
1025 ExprWithCleanups::ExprWithCleanups(Expr *subexpr, in ExprWithCleanups()1040 ExprWithCleanups *ExprWithCleanups::Create(const ASTContext &C, Expr *subexpr, in Create()
1250 static BinOpr subexpr (LexState *ls, expdesc *v, int limit) { in subexpr() function