Lines Matching defs:StartI
1920 const_iterator StartI = begin();
1922 if (FromParent && StartI != EndI)
1923 ++StartI;
1924 return getDSA(StartI, D);
1932 const_iterator StartI = std::next(begin(), getStackSize() - 1 - Level);
1933 return getDSA(StartI, D);
1969 const_iterator StartI = begin();
1971 if (FromParent && StartI != EndI)
1972 ++StartI;
1973 if (StartI == EndI || !DPred(StartI->Directive))
1975 const_iterator NewI = StartI;
1977 return (NewI == StartI && CPred(DVar.CKind, DVar.AppliedToPointee))