Searched refs:ConsecutiveSubscope (Results 1 – 1 of 1) sorted by relevance
972 CHRScope *ConsecutiveSubscope = nullptr; in findScopes() local987 if (!ConsecutiveSubscope) in findScopes()988 ConsecutiveSubscope = SubCHRScope; in findScopes()990 Subscopes.push_back(ConsecutiveSubscope); in findScopes()991 ConsecutiveSubscope = SubCHRScope; in findScopes()993 ConsecutiveSubscope->append(SubCHRScope); in findScopes()995 if (ConsecutiveSubscope) { in findScopes()996 Subscopes.push_back(ConsecutiveSubscope); in findScopes()998 ConsecutiveSubscope = nullptr; in findScopes()1001 if (ConsecutiveSubscope) { in findScopes()[all …]