reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
89 auto RemoveAssociated = [&AssociatedSections](const Section &Sec) { 90 return AssociatedSections.count(Sec.UniqueId) == 1; 104 AssociatedSections.clear(); 108 [&RemovedSections, &AssociatedSections](const Symbol &Sym) { 115 AssociatedSections.insert(Sym.TargetSectionId); 120 } while (!AssociatedSections.empty());