Searched refs:GetAliasFullName (Results 1 – 3 of 3) sorted by relevance
165 if (m_interpreter.GetAliasFullName(command_name, alias_full_name)) { in DoExecute()
284 bool GetAliasFullName(llvm::StringRef cmd, std::string &full_name) const;
1134 bool CommandInterpreter::GetAliasFullName(llvm::StringRef cmd, in GetAliasFullName() function in CommandInterpreter3120 bool is_alias = GetAliasFullName(next_word, full_name); in ResolveCommandImpl()