Searched refs:IndexVariables (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp3229 SmallVector<VarDecl *, 4> IndexVariables; local
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());
H A DSemaExpr.cpp11894 SmallVector<VarDecl *, 4> IndexVariables; local
11905 OS << "__i" << IndexVariables.size();
11913 IndexVariables.push_back(IterationVar);
11942 Entities.reserve(1 + IndexVariables.size());
11946 for (unsigned I = 0, N = IndexVariables.size(); I != N; ++I)

Completed in 287 milliseconds