Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:interpreter

24 #include "lldb/Interpreter/Args.h"
38 /// @class Options Options.h "lldb/Interpreter/Options.h"
85 /// CommandOptions (CommandInterpreter &interpreter) : debug (true), verbose (false), log_file (), log_flags (0)
124 Options (CommandInterpreter &interpreter);
226 /// @param[in] interpreter
227 /// The interpreter that's doing the completing.
257 /// @param[in] interpreter
258 /// The command interpreter doing the completion.
373 SetOptionValue (CommandInterpreter &interpreter,
378 OptionParsingStarting (CommandInterpreter &interpreter) = 0;
381 OptionParsingFinished (CommandInterpreter &interpreter)
394 OptionGroupOptions (CommandInterpreter &interpreter) :
395 Options (interpreter),