Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValue.h208 OptionValueFileSpecList *GetAsFileSpecList();
210 const OptionValueFileSpecList *GetAsFileSpecList() const;
/external/llvm-project/lldb/source/Interpreter/
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()
DOptionValueProperties.cpp229 return value_sp->GetAsFileSpecList(); in GetPropertyAtIndexAsOptionValueFileSpecList()