Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectType.cpp2197 class CommandObjectTypeSynthClear : public CommandObjectTypeFormatterClear { class
2199 CommandObjectTypeSynthClear(CommandInterpreter &interpreter) in CommandObjectTypeSynthClear() function in CommandObjectTypeSynthClear
2924 "clear", CommandObjectSP(new CommandObjectTypeSynthClear(interpreter))); in CommandObjectTypeSynth()