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

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectApropos.h1 //===-- CommandObjectApropos.h -----------------------------------*- C++ -*-===//
22 // CommandObjectApropos
25 class CommandObjectApropos : public CommandObjectParsed class in namespace:lldb_private
29 CommandObjectApropos (CommandInterpreter &interpreter);
32 ~CommandObjectApropos ();
H A DCommandObjectApropos.cpp1 //===-- CommandObjectApropos.cpp ---------------------------------*- C++ -*-===//
12 #include "CommandObjectApropos.h"
28 // CommandObjectApropos
31 CommandObjectApropos::CommandObjectApropos (CommandInterpreter &interpreter) : function in class:CommandObjectApropos
51 CommandObjectApropos::~CommandObjectApropos()
57 CommandObjectApropos::DoExecute (Args& args, CommandReturnObject &result)
/freebsd-10.3-release/lib/clang/liblldbCommands/
H A DMakefile9 CommandObjectApropos.cpp \
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp19 #include "../Commands/CommandObjectApropos.h"
377 m_command_dict["apropos"] = CommandObjectSP (new CommandObjectApropos (*this));

Completed in 115 milliseconds