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