Lines Matching refs:ConsecutiveSubscope
1000 CHRScope *ConsecutiveSubscope = nullptr; in findScopes() local
1015 if (!ConsecutiveSubscope) in findScopes()
1016 ConsecutiveSubscope = SubCHRScope; in findScopes()
1017 else if (!ConsecutiveSubscope->appendable(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()
1030 Subscopes.push_back(ConsecutiveSubscope); in findScopes()