Home
last modified time | relevance | path

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

/external/llvm-project/lldb/bindings/interface/
DSBCommandInterpreter.i124 HasAliasOptions ();
/external/llvm-project/lldb/test/API/python_api/interpreter/
DTestCommandInterpreterAPI.py41 self.assertTrue(ci.HasAliasOptions())
/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp364 bool SBCommandInterpreter::HasAliasOptions() { in HasAliasOptions() function in SBCommandInterpreter
365 LLDB_RECORD_METHOD_NO_ARGS(bool, SBCommandInterpreter, HasAliasOptions); in HasAliasOptions()
367 return (IsValid() ? m_opaque_ptr->HasAliasOptions() : false); in HasAliasOptions()
812 LLDB_REGISTER_METHOD(bool, SBCommandInterpreter, HasAliasOptions, ()); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBCommandInterpreter.h60 bool HasAliasOptions();
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h421 bool HasAliasOptions() const;
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp1933 bool CommandInterpreter::HasAliasOptions() const { return HasAliases(); } in HasAliasOptions() function in CommandInterpreter