Lines Matching refs:EndI
625 auto EndI = std::prev(Stack.rend()); in getTopDSA() local
626 if (FromParent && StartI != EndI) { in getTopDSA()
642 auto EndI = std::prev(Stack.rend()); in getImplicitDSA() local
643 if (FromParent && StartI != EndI) { in getImplicitDSA()
655 auto EndI = std::prev(Stack.rend()); in hasDSA() local
656 if (FromParent && StartI != EndI) { in hasDSA()
659 for (auto I = StartI, EE = EndI; I != EE; ++I) { in hasDSA()
675 auto EndI = std::prev(Stack.rend()); in hasInnermostDSA() local
676 if (FromParent && StartI != EndI) { in hasInnermostDSA()
679 for (auto I = StartI, EE = EndI; I != EE; ++I) { in hasInnermostDSA()
699 auto EndI = std::prev(Stack.rend()); in hasExplicitDSA() local
700 if (std::distance(StartI, EndI) <= (int)Level) in hasExplicitDSA()
713 auto EndI = std::prev(Stack.rend()); in hasExplicitDirective() local
714 if (std::distance(StartI, EndI) <= (int)Level) in hasExplicitDirective()
723 auto EndI = std::prev(Stack.rend()); in hasDirective() local
724 if (FromParent && StartI != EndI) { in hasDirective()
727 for (auto I = StartI, EE = EndI; I != EE; ++I) { in hasDirective()