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.cpp65 class SynthAddOptions { class
74 SynthAddOptions(bool sptr, bool sref, bool casc, in SynthAddOptions() function in SynthAddOptions
79 typedef std::shared_ptr<SynthAddOptions> SharedPointer;
432 SynthAddOptions *options_ptr = in IOHandlerInputComplete()
433 ((SynthAddOptions *)io_handler.GetUserData()); in IOHandlerInputComplete()
435 SynthAddOptions::SharedPointer options( in IOHandlerInputComplete()
2132 auto options = std::make_unique<SynthAddOptions>( in Execute_HandwritePython()