Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestCommandPaths.cpp45 class CommandObjectLeaf : public CommandObjectParsed { class
47 CommandObjectLeaf(CommandInterpreter &interpreter) in CommandObjectLeaf() function in CommandObjectLeaf
67 LoadSubCommand("leaf", CommandObjectSP(new CommandObjectLeaf(interpreter))); in CommandObjectMultiwordSubDummy()