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