Searched refs:ConsecutiveSubscope (Results 1 – 1 of 1) sorted by relevance
1000 CHRScope *ConsecutiveSubscope = nullptr; in findScopes() local1015 if (!ConsecutiveSubscope) in findScopes()1016 ConsecutiveSubscope = SubCHRScope; in findScopes()1018 Subscopes.push_back(ConsecutiveSubscope); in findScopes()1019 ConsecutiveSubscope = SubCHRScope; in findScopes()1021 ConsecutiveSubscope->append(SubCHRScope); in findScopes()1023 if (ConsecutiveSubscope) { in findScopes()1024 Subscopes.push_back(ConsecutiveSubscope); in findScopes()1026 ConsecutiveSubscope = nullptr; in findScopes()1029 if (ConsecutiveSubscope) { in findScopes()[all …]