Searched refs:OptionValueFileSpecList (Results 1 – 11 of 11) 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;
218 OptionValueFileSpecList *GetAsFileSpecList();219 const OptionValueFileSpecList *GetAsFileSpecList() const;
129 OptionValueFileSpecList *GetPropertyAtIndexAsOptionValueFileSpecList(
17 void OptionValueFileSpecList::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()44 Status OptionValueFileSpecList::SetValueFromString(llvm::StringRef value, in SetValueFromString()163 OptionValueSP OptionValueFileSpecList::Clone() const { in Clone()
81 OptionValueFileSpecList *OptionValue::GetAsFileSpecList() { in GetAsFileSpecList()83 return static_cast<OptionValueFileSpecList *>(this); in GetAsFileSpecList()87 const OptionValueFileSpecList *OptionValue::GetAsFileSpecList() const { in GetAsFileSpecList()89 return static_cast<const OptionValueFileSpecList *>(this); in GetAsFileSpecList()339 if (OptionValueFileSpecList *option_value = GetAsFileSpecList()) { in AppendFileSpecValue()348 if (const OptionValueFileSpecList *option_value = GetAsFileSpecList()) in GetFileSpecListValue()
122 m_value_sp = std::make_shared<OptionValueFileSpecList>(); in Property()
174 OptionValueFileSpecList *
148 class OptionValueFileSpecList; variable
317 SRCS+= Interpreter/OptionValueFileSpecList.cpp
4489 OptionValueFileSpecList *option_value = in AppendExecutableSearchPaths()