Home
last modified time | relevance | path

Searched refs:ArgumentRepetitionType (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h95 ArgumentRepetitionType arg_repetition;
101 ArgumentRepetitionType repetition = eArgRepeatPlain,
214 ArgumentRepetitionType repetition_type = eArgRepeatPlain);
241 static bool IsPairType(ArgumentRepetitionType arg_repeat_type);
243 static std::optional<ArgumentRepetitionType>
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp328 const ArgumentRepetitionType repeat = entry[0].arg_repetition; in HandleArgumentCompletion()
396 CommandArgumentType arg_type, ArgumentRepetitionType repetition_type) { in AddSimpleArgumentList()
496 bool CommandObject::IsPairType(ArgumentRepetitionType arg_repeat_type) { in IsPairType()
505 std::optional<ArgumentRepetitionType>
507 return llvm::StringSwitch<ArgumentRepetitionType>(string) in ArgRepetitionFromString()
/src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h96 enum ArgumentRepetitionType { enum
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1750 ArgumentRepetitionType arg_repetition = eArgRepeatOptional; in CommandObjectScriptingObjectParsed()
1784 std::optional<ArgumentRepetitionType> repeat; in CommandObjectScriptingObjectParsed()