Searched refs:ConsecutiveSubscope (Results 1 – 1 of 1) sorted by relevance
980 CHRScope *ConsecutiveSubscope = nullptr; in findScopes() local995 if (!ConsecutiveSubscope) in findScopes()996 ConsecutiveSubscope = SubCHRScope; in findScopes()998 Subscopes.push_back(ConsecutiveSubscope); in findScopes()999 ConsecutiveSubscope = SubCHRScope; in findScopes()1001 ConsecutiveSubscope->append(SubCHRScope); in findScopes()1003 if (ConsecutiveSubscope) { in findScopes()1004 Subscopes.push_back(ConsecutiveSubscope); in findScopes()1006 ConsecutiveSubscope = nullptr; in findScopes()1009 if (ConsecutiveSubscope) { in findScopes()[all …]