• Home
  • Raw
  • Download

Lines Matching refs:SBCommandInterpreterRunResult

187 SBCommandInterpreterRunResult::SBCommandInterpreterRunResult()  in SBCommandInterpreterRunResult()  function in SBCommandInterpreterRunResult
191 LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBCommandInterpreterRunResult); in SBCommandInterpreterRunResult()
194 SBCommandInterpreterRunResult::SBCommandInterpreterRunResult( in SBCommandInterpreterRunResult() function in SBCommandInterpreterRunResult
195 const SBCommandInterpreterRunResult &rhs) in SBCommandInterpreterRunResult()
197 LLDB_RECORD_CONSTRUCTOR(SBCommandInterpreterRunResult, in SBCommandInterpreterRunResult()
198 (const lldb::SBCommandInterpreterRunResult &), rhs); in SBCommandInterpreterRunResult()
203 SBCommandInterpreterRunResult::SBCommandInterpreterRunResult( in SBCommandInterpreterRunResult() function in SBCommandInterpreterRunResult
209 SBCommandInterpreterRunResult::~SBCommandInterpreterRunResult() = default;
211 SBCommandInterpreterRunResult &SBCommandInterpreterRunResult::operator=( in operator =()
212 const SBCommandInterpreterRunResult &rhs) { in operator =()
213 LLDB_RECORD_METHOD(lldb::SBCommandInterpreterRunResult &, in operator =()
214 SBCommandInterpreterRunResult, operator=, in operator =()
215 (const lldb::SBCommandInterpreterRunResult &), rhs); in operator =()
223 int SBCommandInterpreterRunResult::GetNumberOfErrors() const { in GetNumberOfErrors()
224 LLDB_RECORD_METHOD_CONST_NO_ARGS(int, SBCommandInterpreterRunResult, in GetNumberOfErrors()
231 SBCommandInterpreterRunResult::GetResult() const { in GetResult()
233 SBCommandInterpreterRunResult, GetResult); in GetResult()
284 LLDB_REGISTER_CONSTRUCTOR(SBCommandInterpreterRunResult, ()); in RegisterMethods()
285 LLDB_REGISTER_CONSTRUCTOR(SBCommandInterpreterRunResult, in RegisterMethods()
286 (const lldb::SBCommandInterpreterRunResult &)); in RegisterMethods()
287 LLDB_REGISTER_METHOD(lldb::SBCommandInterpreterRunResult &, in RegisterMethods()
288 SBCommandInterpreterRunResult, operator=, in RegisterMethods()
289 (const lldb::SBCommandInterpreterRunResult &)); in RegisterMethods()
290 LLDB_REGISTER_METHOD_CONST(int, SBCommandInterpreterRunResult, in RegisterMethods()
293 SBCommandInterpreterRunResult, GetResult, ()); in RegisterMethods()