Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreter.i126 HasAliasOptions ();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp356 bool SBCommandInterpreter::HasAliasOptions() { in HasAliasOptions() function in SBCommandInterpreter
357 LLDB_RECORD_METHOD_NO_ARGS(bool, SBCommandInterpreter, HasAliasOptions); in HasAliasOptions()
359 return (IsValid() ? m_opaque_ptr->HasAliasOptions() : false); in HasAliasOptions()
800 LLDB_REGISTER_METHOD(bool, SBCommandInterpreter, HasAliasOptions, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h60 bool HasAliasOptions();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h417 bool HasAliasOptions() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1934 bool CommandInterpreter::HasAliasOptions() const { return HasAliases(); } in HasAliasOptions() function in CommandInterpreter
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp11997 result = (bool)(arg1)->HasAliasOptions(); in _wrap_SBCommandInterpreter_HasAliasOptions()