Searched refs:SecToUpdateOrErr (Results 1 – 1 of 1) sorted by relevance
355 Expected<Section &> SecToUpdateOrErr = findSection(NewSection.SectionName, O); in updateSection() local357 if (!SecToUpdateOrErr) in updateSection()358 return SecToUpdateOrErr.takeError(); in updateSection()359 Section &Sec = *SecToUpdateOrErr; in updateSection()