Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp81 OptionValueFileSpecList *OptionValue::GetAsFileSpecList() { in GetAsFileSpecList() function in OptionValue
87 const OptionValueFileSpecList *OptionValue::GetAsFileSpecList() const { in GetAsFileSpecList() function in OptionValue
339 if (OptionValueFileSpecList *option_value = GetAsFileSpecList()) { in AppendFileSpecValue()
348 if (const OptionValueFileSpecList *option_value = GetAsFileSpecList()) in GetFileSpecListValue()
H A DOptionValueProperties.cpp179 return value_sp->GetAsFileSpecList(); in GetPropertyAtIndexAsOptionValueFileSpecList()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h218 OptionValueFileSpecList *GetAsFileSpecList();
219 const OptionValueFileSpecList *GetAsFileSpecList() const;