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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp3149 SmallVector<VarDecl *, 4> IndexVariables; local
3161 OS << "__i" << IndexVariables.size();
3169 IndexVariables.push_back(IterationVar);
3198 Entities.reserve(1 + IndexVariables.size());
3203 for (unsigned I = 0, N = IndexVariables.size(); I != N; ++I)
3223 assert(IndexVariables.size() == 0 &&
3234 IndexVariables.data(),
3235 IndexVariables.size());
H A DSemaExpr.cpp11641 SmallVector<VarDecl *, 4> IndexVariables; local
11652 OS << "__i" << IndexVariables.size();
11660 IndexVariables.push_back(IterationVar);
11689 Entities.reserve(1 + IndexVariables.size());
11693 for (unsigned I = 0, N = IndexVariables.size(); I != N; ++I)

Completed in 220 milliseconds