Searched refs:eRegularSynth (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp561 options->m_regex ? CommandObjectTypeSynthAdd::eRegexSynth : CommandObjectTypeSynthAdd::eRegularSynth,
617 eRegularSynth, enumerator in enum:CommandObjectTypeSynthAdd::SynthFormatType
3847 m_options.m_regex ? eRegexSynth : eRegularSynth,
3898 if (type == eRegularSynth)
3909 type = eRegularSynth;

Completed in 116 milliseconds