reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
307 const auto getHighestParentAbove = [&Links](StratifiedIndex Idx) { 308 const auto *Link = &Links[Idx]; 311 Link = &Links[Idx]; 317 for (unsigned I = 0, E = Links.size(); I < E; ++I) { 322 while (Links[CurrentIndex].hasBelow()) { 323 auto &CurrentBits = Links[CurrentIndex].Attrs; 324 auto NextIndex = Links[CurrentIndex].Below; 325 auto &NextBits = Links[NextIndex].Attrs;