Searched refs:IsDashDashCommand (Results 1 – 5 of 5) sorted by relevance
170 bool CommandAlias::IsDashDashCommand() { in IsDashDashCommand() function in CommandAlias193 (GetUnderlyingCommand()->IsDashDashCommand() ? eLazyBoolYes in IsDashDashCommand()
66 if (!IsDashDashCommand() && GetOptions() != nullptr) in GetSyntax()72 if (!IsDashDashCommand() && WantsRawCommandString() && GetOptions() && in GetSyntax()859 if (!IsDashDashCommand() && options && options->NumCommandOptions() > 0) { in GenerateHelpText()
398 const bool only_print_args = cmd->IsDashDashCommand(); in GenerateOptionUsage()
50 bool IsDashDashCommand() override;
154 virtual bool IsDashDashCommand() { return false; } in IsDashDashCommand() function