Home | History | Annotate | Download | only in Sema

Lines Matching refs:IndexVariables

3229     SmallVector<VarDecl *, 4> IndexVariables;
3241 OS << "__i" << IndexVariables.size();
3249 IndexVariables.push_back(IterationVar);
3278 Entities.reserve(1 + IndexVariables.size());
3283 for (unsigned I = 0, N = IndexVariables.size(); I != N; ++I)
3303 assert(IndexVariables.size() == 0 &&
3314 IndexVariables.data(),
3315 IndexVariables.size());