Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp2846 class CommandObjectFormatterInfo : public CommandObjectRaw { class
2850 CommandObjectFormatterInfo(CommandInterpreter &interpreter, in CommandObjectFormatterInfo() function in CommandObjectFormatterInfo
2869 ~CommandObjectFormatterInfo() override = default;
2935 "info", CommandObjectSP(new CommandObjectFormatterInfo<TypeFormatImpl>( in CommandObjectTypeFormat()
2964 CommandObjectSP(new CommandObjectFormatterInfo<SyntheticChildren>( in CommandObjectTypeSynth()
3036 "info", CommandObjectSP(new CommandObjectFormatterInfo<TypeSummaryImpl>( in CommandObjectTypeSummary()