Lines Matching refs:Index
77 unsigned Index;
206 // Group index
234 // Group index
248 unsigned index = 0;
251 I->second.Index = index++;
264 OS << "static const short CheckerArray" << I->second.Index << "[] = { ";
279 OS << "static const short SubPackageArray" << I->second.Index << "[] = { ";
288 OS << recordGroupMap[I->second]->Index << ", ";
306 OS << "CheckerArray" << I->second.Index << ", ";
312 OS << "SubPackageArray" << I->second.Index << ", ";