Home
last modified time | relevance | path

Searched refs:SynthAddOptions (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp62 class SynthAddOptions { class
71 SynthAddOptions(bool sptr, bool sref, bool casc, in SynthAddOptions() function in SynthAddOptions
76 typedef std::shared_ptr<SynthAddOptions> SharedPointer;
424 SynthAddOptions *options_ptr = in IOHandlerInputComplete()
425 ((SynthAddOptions *)io_handler.GetUserData()); in IOHandlerInputComplete()
427 SynthAddOptions::SharedPointer options( in IOHandlerInputComplete()
2113 auto options = std::make_unique<SynthAddOptions>( in Execute_HandwritePython()