Lines Matching refs:EndI
505 auto EndI = std::prev(Stack.rend()); in getTopDSA() local
506 if (FromParent && StartI != EndI) { in getTopDSA()
573 auto EndI = std::prev(Stack.rend()); in getImplicitDSA() local
574 if (FromParent && StartI != EndI) { in getImplicitDSA()
586 auto EndI = std::prev(Stack.rend()); in hasDSA() local
587 if (FromParent && StartI != EndI) { in hasDSA()
590 for (auto I = StartI, EE = EndI; I != EE; ++I) { in hasDSA()
606 auto EndI = std::prev(Stack.rend()); in hasInnermostDSA() local
607 if (FromParent && StartI != EndI) { in hasInnermostDSA()
610 for (auto I = StartI, EE = EndI; I != EE; ++I) { in hasInnermostDSA()
630 auto EndI = std::prev(Stack.rend()); in hasExplicitDSA() local
631 if (std::distance(StartI, EndI) <= (int)Level) in hasExplicitDSA()
641 auto EndI = std::prev(Stack.rend()); in hasDirective() local
642 if (FromParent && StartI != EndI) { in hasDirective()
645 for (auto I = StartI, EE = EndI; I != EE; ++I) { in hasDirective()