Lines Matching refs:StartI
1766 const_iterator StartI = begin(); in getImplicitDSA() local
1768 if (FromParent && StartI != EndI) in getImplicitDSA()
1769 ++StartI; in getImplicitDSA()
1770 return getDSA(StartI, D); in getImplicitDSA()
1778 const_iterator StartI = std::next(begin(), getStackSize() - 1 - Level); in getImplicitDSA() local
1779 return getDSA(StartI, D); in getImplicitDSA()
1813 const_iterator StartI = begin(); in hasInnermostDSA() local
1815 if (FromParent && StartI != EndI) in hasInnermostDSA()
1816 ++StartI; in hasInnermostDSA()
1817 if (StartI == EndI || !DPred(StartI->Directive)) in hasInnermostDSA()
1819 const_iterator NewI = StartI; in hasInnermostDSA()
1821 return (NewI == StartI && CPred(DVar.CKind, DVar.AppliedToPointee)) in hasInnermostDSA()