diff --git a/src/CppParser/Bindings/CLI/AST.cpp b/src/CppParser/Bindings/CLI/AST.cpp index c01b0018..bf57c985 100644 --- a/src/CppParser/Bindings/CLI/AST.cpp +++ b/src/CppParser/Bindings/CLI/AST.cpp @@ -713,7 +713,7 @@ System::String^ CppSharp::Parser::AST::TemplateParameter::Name::get() return clix::marshalString(__ret); } -void CppSharp::Parser::AST::TemplateParameter::Name::set(System::String^ value) +void CppSharp::Parser::AST::TemplateParameter::Name::set(System::String^ s) { auto _arg0 = clix::marshalString(s); auto arg0 = _arg0.c_str(); @@ -1273,7 +1273,7 @@ System::String^ CppSharp::Parser::AST::Declaration::Name::get() return clix::marshalString(__ret); } -void CppSharp::Parser::AST::Declaration::Name::set(System::String^ value) +void CppSharp::Parser::AST::Declaration::Name::set(System::String^ s) { auto _arg0 = clix::marshalString(s); auto arg0 = _arg0.c_str(); @@ -1287,7 +1287,7 @@ System::String^ CppSharp::Parser::AST::Declaration::DebugText::get() return clix::marshalString(__ret); } -void CppSharp::Parser::AST::Declaration::DebugText::set(System::String^ value) +void CppSharp::Parser::AST::Declaration::DebugText::set(System::String^ s) { auto _arg0 = clix::marshalString(s); auto arg0 = _arg0.c_str(); @@ -1689,7 +1689,7 @@ System::String^ CppSharp::Parser::AST::Function::Mangled::get() return clix::marshalString(__ret); } -void CppSharp::Parser::AST::Function::Mangled::set(System::String^ value) +void CppSharp::Parser::AST::Function::Mangled::set(System::String^ s) { auto _arg0 = clix::marshalString(s); auto arg0 = _arg0.c_str(); @@ -1703,7 +1703,7 @@ System::String^ CppSharp::Parser::AST::Function::Signature::get() return clix::marshalString(__ret); } -void CppSharp::Parser::AST::Function::Signature::set(System::String^ value) +void CppSharp::Parser::AST::Function::Signature::set(System::String^ s) { auto _arg0 = clix::marshalString(s); auto arg0 = _arg0.c_str(); @@ -1961,7 +1961,7 @@ System::String^ CppSharp::Parser::AST::Enumeration::Item::Expression::get() return clix::marshalString(__ret); } -void CppSharp::Parser::AST::Enumeration::Item::Expression::set(System::String^ value) +void CppSharp::Parser::AST::Enumeration::Item::Expression::set(System::String^ s) { auto _arg0 = clix::marshalString(s); auto arg0 = _arg0.c_str(); @@ -2082,7 +2082,7 @@ System::String^ CppSharp::Parser::AST::Variable::Mangled::get() return clix::marshalString(__ret); } -void CppSharp::Parser::AST::Variable::Mangled::set(System::String^ value) +void CppSharp::Parser::AST::Variable::Mangled::set(System::String^ s) { auto _arg0 = clix::marshalString(s); auto arg0 = _arg0.c_str(); @@ -2777,7 +2777,7 @@ System::String^ CppSharp::Parser::AST::MacroDefinition::Expression::get() return clix::marshalString(__ret); } -void CppSharp::Parser::AST::MacroDefinition::Expression::set(System::String^ value) +void CppSharp::Parser::AST::MacroDefinition::Expression::set(System::String^ s) { auto _arg0 = clix::marshalString(s); auto arg0 = _arg0.c_str(); @@ -2815,7 +2815,7 @@ System::String^ CppSharp::Parser::AST::MacroExpansion::Text::get() return clix::marshalString(__ret); } -void CppSharp::Parser::AST::MacroExpansion::Text::set(System::String^ value) +void CppSharp::Parser::AST::MacroExpansion::Text::set(System::String^ s) { auto _arg0 = clix::marshalString(s); auto arg0 = _arg0.c_str(); @@ -2876,7 +2876,7 @@ System::String^ CppSharp::Parser::AST::TranslationUnit::FileName::get() return clix::marshalString(__ret); } -void CppSharp::Parser::AST::TranslationUnit::FileName::set(System::String^ value) +void CppSharp::Parser::AST::TranslationUnit::FileName::set(System::String^ s) { auto _arg0 = clix::marshalString(s); auto arg0 = _arg0.c_str(); @@ -2952,7 +2952,7 @@ System::String^ CppSharp::Parser::AST::NativeLibrary::FileName::get() return clix::marshalString(__ret); } -void CppSharp::Parser::AST::NativeLibrary::FileName::set(System::String^ value) +void CppSharp::Parser::AST::NativeLibrary::FileName::set(System::String^ s) { auto _arg0 = clix::marshalString(s); auto arg0 = _arg0.c_str(); @@ -3122,7 +3122,7 @@ System::String^ CppSharp::Parser::AST::RawComment::Text::get() return clix::marshalString(__ret); } -void CppSharp::Parser::AST::RawComment::Text::set(System::String^ value) +void CppSharp::Parser::AST::RawComment::Text::set(System::String^ s) { auto _arg0 = clix::marshalString(s); auto arg0 = _arg0.c_str(); @@ -3136,7 +3136,7 @@ System::String^ CppSharp::Parser::AST::RawComment::BriefText::get() return clix::marshalString(__ret); } -void CppSharp::Parser::AST::RawComment::BriefText::set(System::String^ value) +void CppSharp::Parser::AST::RawComment::BriefText::set(System::String^ s) { auto _arg0 = clix::marshalString(s); auto arg0 = _arg0.c_str(); diff --git a/src/CppParser/Bindings/CLI/CppParser.cpp b/src/CppParser/Bindings/CLI/CppParser.cpp index 0d562f63..6087033f 100644 --- a/src/CppParser/Bindings/CLI/CppParser.cpp +++ b/src/CppParser/Bindings/CLI/CppParser.cpp @@ -120,7 +120,7 @@ System::String^ CppSharp::Parser::ParserOptions::FileName::get() return clix::marshalString(__ret); } -void CppSharp::Parser::ParserOptions::FileName::set(System::String^ value) +void CppSharp::Parser::ParserOptions::FileName::set(System::String^ s) { auto _arg0 = clix::marshalString(s); auto arg0 = _arg0.c_str(); @@ -158,7 +158,7 @@ System::String^ CppSharp::Parser::ParserOptions::TargetTriple::get() return clix::marshalString(__ret); } -void CppSharp::Parser::ParserOptions::TargetTriple::set(System::String^ value) +void CppSharp::Parser::ParserOptions::TargetTriple::set(System::String^ s) { auto _arg0 = clix::marshalString(s); auto arg0 = _arg0.c_str(); @@ -274,7 +274,7 @@ System::String^ CppSharp::Parser::ParserDiagnostic::FileName::get() return clix::marshalString(__ret); } -void CppSharp::Parser::ParserDiagnostic::FileName::set(System::String^ value) +void CppSharp::Parser::ParserDiagnostic::FileName::set(System::String^ s) { auto _arg0 = clix::marshalString(s); auto arg0 = _arg0.c_str(); @@ -288,7 +288,7 @@ System::String^ CppSharp::Parser::ParserDiagnostic::Message::get() return clix::marshalString(__ret); } -void CppSharp::Parser::ParserDiagnostic::Message::set(System::String^ value) +void CppSharp::Parser::ParserDiagnostic::Message::set(System::String^ s) { auto _arg0 = clix::marshalString(s); auto arg0 = _arg0.c_str(); diff --git a/src/CppParser/Bindings/CLI/Target.cpp b/src/CppParser/Bindings/CLI/Target.cpp index 01f58c9a..41c0dc6e 100644 --- a/src/CppParser/Bindings/CLI/Target.cpp +++ b/src/CppParser/Bindings/CLI/Target.cpp @@ -42,7 +42,7 @@ System::String^ CppSharp::Parser::ParserTargetInfo::ABI::get() return clix::marshalString(__ret); } -void CppSharp::Parser::ParserTargetInfo::ABI::set(System::String^ value) +void CppSharp::Parser::ParserTargetInfo::ABI::set(System::String^ s) { auto _arg0 = clix::marshalString(s); auto arg0 = _arg0.c_str();