Home
last modified time | relevance | path

Searched refs:IsPairType (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandObject.h219 bool IsPairType(ArgumentRepetitionType arg_repeat_type);
/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp431 bool CommandObject::IsPairType(ArgumentRepetitionType arg_repeat_type) { in IsPairType() function in CommandObject
466 if ((num_alternatives == 2) && IsPairType(arg_entry[0].arg_repetition)) { in GetFormattedCommandArguments()