Lines Matching defs:StartI
1888 const_iterator StartI = begin();
1890 if (FromParent && StartI != EndI)
1891 ++StartI;
1892 return getDSA(StartI, D);
1900 const_iterator StartI = std::next(begin(), getStackSize() - 1 - Level);
1901 return getDSA(StartI, D);
1937 const_iterator StartI = begin();
1939 if (FromParent && StartI != EndI)
1940 ++StartI;
1941 if (StartI == EndI || !DPred(StartI->Directive))
1943 const_iterator NewI = StartI;
1945 return (NewI == StartI && CPred(DVar.CKind, DVar.AppliedToPointee))