Home | History | Annotate | Download | only in Sema

Lines Matching defs:EndI

416   auto EndI = std::prev(Stack.rend());
417 if (FromParent && StartI != EndI) {
487 auto EndI = std::prev(Stack.rend());
488 if (FromParent && StartI != EndI) {
500 auto EndI = std::prev(Stack.rend());
501 if (FromParent && StartI != EndI) {
504 for (auto I = StartI, EE = EndI; I != EE; ++I) {
520 auto EndI = std::prev(Stack.rend());
521 if (FromParent && StartI != EndI) {
524 for (auto I = StartI, EE = EndI; I != EE; ++I) {
538 auto EndI = std::prev(Stack.rend());
539 if (FromParent && StartI != EndI) {
542 for (auto I = StartI, EE = EndI; I != EE; ++I) {