Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h92 ArgumentRepetitionType arg_repetition;
98 ArgumentRepetitionType repetition = eArgRepeatPlain,
219 bool IsPairType(ArgumentRepetitionType arg_repeat_type);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h94 enum ArgumentRepetitionType { enum
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp424 bool CommandObject::IsPairType(ArgumentRepetitionType arg_repeat_type) { in IsPairType()