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