Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp79 OptionValueFileSpecList *OptionValue::GetAsFileSpecList() { in GetAsFileSpecList() function in OptionValue
85 const OptionValueFileSpecList *OptionValue::GetAsFileSpecList() const { in GetAsFileSpecList() function in OptionValue
337 if (OptionValueFileSpecList *option_value = GetAsFileSpecList()) { in AppendFileSpecValue()
346 if (const OptionValueFileSpecList *option_value = GetAsFileSpecList()) in GetFileSpecListValue()
H A DOptionValueProperties.cpp179 return value_sp->GetAsFileSpecList(); in GetPropertyAtIndexAsOptionValueFileSpecList()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h211 OptionValueFileSpecList *GetAsFileSpecList();
212 const OptionValueFileSpecList *GetAsFileSpecList() const;