Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/API/ !
H A DSBCommandInterpreter.h92 bool HasAliasOptions();
/src/contrib/llvm-project/lldb/source/API/ !
H A DSBCommandInterpreter.cpp350 bool SBCommandInterpreter::HasAliasOptions() { in HasAliasOptions() function in SBCommandInterpreter
353 return (IsValid() ? m_opaque_ptr->HasAliasOptions() : false); in HasAliasOptions()
/src/contrib/llvm-project/lldb/include/lldb/Interpreter/ !
H A DCommandInterpreter.h488 bool HasAliasOptions() const;
/src/contrib/llvm-project/lldb/source/Interpreter/ !
H A DCommandInterpreter.cpp2185 bool CommandInterpreter::HasAliasOptions() const { return HasAliases(); } in HasAliasOptions() function in CommandInterpreter
/src/lib/clang/liblldb/ !
H A DLLDBWrapLua.cpp13032 result = (bool)(arg1)->HasAliasOptions(); in _wrap_SBCommandInterpreter_HasAliasOptions()