Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValue.h205 OptionValueFileSpecList *GetAsFileSpecList();
207 const OptionValueFileSpecList *GetAsFileSpecList() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValue.cpp81 OptionValueFileSpecList *OptionValue::GetAsFileSpecList() { in GetAsFileSpecList() function in OptionValue
87 const OptionValueFileSpecList *OptionValue::GetAsFileSpecList() const { in GetAsFileSpecList() function in OptionValue
338 const OptionValueFileSpecList *option_value = GetAsFileSpecList(); in GetFileSpecListValue()
HDOptionValueProperties.cpp261 return value_sp->GetAsFileSpecList(); in GetPropertyAtIndexAsOptionValueFileSpecList()