Searched refs:bool_or_error (Results 1 – 1 of 1) sorted by relevance
86 if (llvm::Expected<bool> bool_or_error = in SetOptionValue() local88 m_stats_options.SetIncludeTargets(*bool_or_error); in SetOptionValue()90 error = bool_or_error.takeError(); in SetOptionValue()93 if (llvm::Expected<bool> bool_or_error = in SetOptionValue() local95 m_stats_options.SetIncludeModules(*bool_or_error); in SetOptionValue()97 error = bool_or_error.takeError(); in SetOptionValue()100 if (llvm::Expected<bool> bool_or_error = in SetOptionValue() local102 m_stats_options.SetIncludeTranscript(*bool_or_error); in SetOptionValue()104 error = bool_or_error.takeError(); in SetOptionValue()