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

/external/clang/lib/Basic/
H A DDiagnosticIDs.cpp68 static const StaticDiagInfoRec StaticDiagInfo[] = { variable
89 static const unsigned StaticDiagInfoSize = llvm::array_lengthof(StaticDiagInfo);
94 // If assertions are enabled, verify that the StaticDiagInfo array is sorted.
99 assert(StaticDiagInfo[i-1].DiagID != StaticDiagInfo[i].DiagID &&
103 assert(StaticDiagInfo[i-1] < StaticDiagInfo[i] &&
147 const StaticDiagInfoRec *Found = &StaticDiagInfo[ID + Offset];
552 Diags.push_back(StaticDiagInfo[i].DiagID);

Completed in 88 milliseconds