Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommandInterpreter.i126 HasAliasOptions ();
/llvm-project-15.0.7/lldb/test/API/python_api/interpreter/
H A DTestCommandInterpreterAPI.py38 self.assertTrue(ci.HasAliasOptions())
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreter.h60 bool HasAliasOptions();
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp330 bool SBCommandInterpreter::HasAliasOptions() { in HasAliasOptions() function in SBCommandInterpreter
333 return (IsValid() ? m_opaque_ptr->HasAliasOptions() : false); in HasAliasOptions()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h463 bool HasAliasOptions() const;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2122 bool CommandInterpreter::HasAliasOptions() const { return HasAliases(); } in HasAliasOptions() function in CommandInterpreter