Searched defs:IDNo (Results 1 - 1 of 1) sorted by relevance

/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp128 unsigned IDNo; member in struct:__anon4867::GroupInfo
159 unsigned IDNo = 0; local
161 I = DiagsInGroup.begin(), E = DiagsInGroup.end(); I != E; ++I, ++IDNo)
162 I->second.IDNo = IDNo;
420 OS << ", " << I->second.IDNo;
425 OS << ", " << I->second.IDNo;
511 OS << "static const short DiagArray" << I->second.IDNo << "[] = { ";
524 OS << "static const short DiagSubGroup" << I->second.IDNo << "[] = { ";
529 OS << RI->second.IDNo << ", ";
[all...]

Completed in 17 milliseconds