Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValue.h210 OptionValueFileSpecList *GetAsFileSpecList();
212 const OptionValueFileSpecList *GetAsFileSpecList() const;
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValue.cpp82 OptionValueFileSpecList *OptionValue::GetAsFileSpecList() { in GetAsFileSpecList() function in OptionValue
88 const OptionValueFileSpecList *OptionValue::GetAsFileSpecList() const { in GetAsFileSpecList() function in OptionValue
339 const OptionValueFileSpecList *option_value = GetAsFileSpecList(); in GetFileSpecListValue()
H A DOptionValueProperties.cpp208 return value_sp->GetAsFileSpecList(); in GetPropertyAtIndexAsOptionValueFileSpecList()