Searched refs:IsDashDashCommand (Results 1 – 5 of 5) sorted by relevance
172 bool CommandAlias::IsDashDashCommand() { in IsDashDashCommand() function in CommandAlias 195 (GetUnderlyingCommand()->IsDashDashCommand() ? eLazyBoolYes in IsDashDashCommand()
66 if (!IsDashDashCommand() && GetOptions() != nullptr) in GetSyntax()72 if (!IsDashDashCommand() && WantsRawCommandString() && GetOptions() && in GetSyntax()688 if (!IsDashDashCommand() && options && options->NumCommandOptions() > 0) { in GenerateHelpText()
407 const bool only_print_args = cmd.IsDashDashCommand(); in GenerateOptionUsage()
49 bool IsDashDashCommand() override;
159 virtual bool IsDashDashCommand() { return false; } in IsDashDashCommand() function