Home | History | Annotate | Download | only in AST

Lines Matching refs:Index

3548     uint64_t Index;
3551 Index = e + i;
3553 Index = i;
3555 Index = 2 * i;
3557 Index = 2 * i + 1;
3559 Index = ExtVectorType::getAccessorIdx(Comp[i]);
3561 Elts.push_back(Index);
3688 Expr *Index = IndexExprs[IndexIdx];
3689 if (Index->isTypeDependent() || Index->isValueDependent())
3691 if (Index->isInstantiationDependent())
3694 if (Index->containsUnexpandedParameterPack())
3697 // Copy the index expressions into permanent storage.
3723 assert(IndexIdx == IndexExprs.size() && "Wrong number of index expressions");
3786 return cast<Expr>(*(SubExprs + D.ArrayOrRange.Index + 1));
3793 return cast<Expr>(*(SubExprs + D.ArrayOrRange.Index + 1));
3800 return cast<Expr>(*(SubExprs + D.ArrayOrRange.Index + 2));
3803 /// \brief Replaces the designator at index @p Idx with the series