Searched refs:OptionValueFileSpecList (Results 1 – 12 of 12) sorted by relevance
19 class OptionValueFileSpecList20 : public Cloneable<OptionValueFileSpecList, OptionValue> {22 OptionValueFileSpecList() = default;24 OptionValueFileSpecList(const OptionValueFileSpecList &other) in OptionValueFileSpecList() function27 ~OptionValueFileSpecList() override = default;
68 OptionValueFileSpecList &GetOptionValue() { return m_file_list; } in GetOptionValue()70 const OptionValueFileSpecList &GetOptionValue() const { return m_file_list; } in GetOptionValue()73 OptionValueFileSpecList m_file_list;
210 OptionValueFileSpecList *GetAsFileSpecList();212 const OptionValueFileSpecList *GetAsFileSpecList() const;
188 OptionValueFileSpecList *GetPropertyAtIndexAsOptionValueFileSpecList(
18 void OptionValueFileSpecList::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()45 Status OptionValueFileSpecList::SetValueFromString(llvm::StringRef value, in SetValueFromString()167 OptionValueSP OptionValueFileSpecList::Clone() const { in Clone()
82 OptionValueFileSpecList *OptionValue::GetAsFileSpecList() { in GetAsFileSpecList()84 return static_cast<OptionValueFileSpecList *>(this); in GetAsFileSpecList()88 const OptionValueFileSpecList *OptionValue::GetAsFileSpecList() const { in GetAsFileSpecList()90 return static_cast<const OptionValueFileSpecList *>(this); in GetAsFileSpecList()339 const OptionValueFileSpecList *option_value = GetAsFileSpecList(); in GetFileSpecListValue()
122 m_value_sp = std::make_shared<OptionValueFileSpecList>(); in Property()
202 OptionValueFileSpecList *
141 class OptionValueFileSpecList; variable365 typedef std::shared_ptr<lldb_private::OptionValueFileSpecList>
4011 OptionValueFileSpecList *option_value = in AppendExecutableSearchPaths()4020 const OptionValueFileSpecList *option_value = in GetExecutableSearchPaths()4029 const OptionValueFileSpecList *option_value = in GetDebugFileSearchPaths()4038 const OptionValueFileSpecList *option_value = in GetClangModuleSearchPaths()
118 const OptionValueFileSpecList *option_value = in GetLibrariesToAvoid()
300 SRCS+= Interpreter/OptionValueFileSpecList.cpp