Searched defs:FunctionValue (Results 1 – 1 of 1) sorted by relevance
382 struct FunctionValue : public SugaredValue { struct383 FunctionValue(Function* callee) : callees_({callee}) {} in FunctionValue() argument384 FunctionValue(const StrongFunctionPtr& p) in FunctionValue() function386 FunctionValue(const std::vector<StrongFunctionPtr>& callees) { in FunctionValue() argument394 std::string kind() const override { in kind()398 std::shared_ptr<SugaredValue> call( in call()423 const std::vector<Function*>& callees() { in callees()430 std::shared_ptr<CompilationUnit> cu_;