Searched refs:DefaultValue (Results 1 – 2 of 2) sorted by relevance
42 std::string DefaultValue; member43 Argument(std::string Type, std::string Name, std::string DefaultValue = "")44 : Type(Type), Name(Name), DefaultValue(DefaultValue) {} in Type()
746 if (!I->DefaultValue.empty()) { in genArguments()747 mOut << " = " << I->DefaultValue; in genArguments()