Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-enumerations.h105 typedef enum ArgumentRepetitionType { enum
119 } ArgumentRepetitionType; typedef
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObject.h93 ArgumentRepetitionType arg_repetition;
218 bool IsPairType(ArgumentRepetitionType arg_repeat_type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp411 bool CommandObject::IsPairType(ArgumentRepetitionType arg_repeat_type) { in IsPairType()