Lines Matching defs:FunctionSet
420 FunctionInfo FunctionSet;
421 FunctionSet.Name = "set";
422 FunctionSet.ReturnType = TypeInfo("void");
423 FunctionSet.Loc.emplace_back();
424 FunctionSet.Params.emplace_back(TypeInfo("int"), "N");
425 FunctionSet.Namespace.emplace_back(EmptySID, "F", InfoType::IT_record);
426 FunctionSet.Namespace.emplace_back(EmptySID, "GlobalNamespace",
428 FunctionSet.Access = AccessSpecifier::AS_protected;
429 FunctionSet.IsMethod = true;
431 std::move(FunctionSet));