Home
last modified time | relevance | path

Searched refs:GetFileSpecListValue (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h287 return GetFileSpecListValue(); in GetValueAs()
368 std::optional<FileSpecList> GetFileSpecListValue() const;
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp346 std::optional<FileSpecList> OptionValue::GetFileSpecListValue() const { in GetFileSpecListValue() function in OptionValue