Lines Matching defs:funcExpr
463 auto *funcExpr = AllocNode<ir::FunctionExpression>(func);
464 funcExpr->SetRange(func->Range());
471 funcExpr, modifiers, Allocator(), false);
472 method->SetRange(funcExpr->Range());
492 auto *funcExpr = AllocNode<ir::FunctionExpression>(func);
493 funcExpr->SetRange(func->Range());
505 funcExpr, desc->modifiers, Allocator(), desc->isComputed);
506 method->SetRange(funcExpr->Range());
910 auto *funcExpr = AllocNode<ir::FunctionExpression>(func);
911 funcExpr->SetRange(func->Range());
916 funcExpr, flags, Allocator(), false);
917 method->SetRange(funcExpr->Range());