Lines Matching refs:SetFileSpec
24338 SWIG_check_num_args("lldb::SBDeclaration::SetFileSpec",2,2)
24339 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBDeclaration::SetFileSpec",1,"lldb::SBDeclaration *");
24340 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBDeclaration::SetFileSpec",2,"lldb::SBFileSpec");
24352 (arg1)->SetFileSpec(arg2);
24521 { "SetFileSpec", _wrap_SBDeclaration_SetFileSpec},
36516 SWIG_check_num_args("lldb::SBLineEntry::SetFileSpec",2,2)
36517 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBLineEntry::SetFileSpec",1,"lldb::SBLineEntry *");
36518 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBLineEntry::SetFileSpec",2,"lldb::SBFileSpec");
36530 (arg1)->SetFileSpec(arg2);
36702 { "SetFileSpec", _wrap_SBLineEntry_SetFileSpec},
40453 SWIG_check_num_args("lldb::SBModuleSpec::SetFileSpec",2,2)
40454 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBModuleSpec::SetFileSpec",1,"lldb::SBModuleSpec *");
40455 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBModuleSpec::SetFileSpec",2,"lldb::SBFileSpec const &");
40466 (arg1)->SetFileSpec((lldb::SBFileSpec const &)*arg2);
40947 { "SetFileSpec", _wrap_SBModuleSpec_SetFileSpec},