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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnosticIDs.cpp67 static const StaticDiagInfoRec StaticDiagInfo[] = { variable
87 static const unsigned StaticDiagInfoSize = llvm::array_lengthof(StaticDiagInfo);
92 // If assertions are enabled, verify that the StaticDiagInfo array is sorted.
97 assert(StaticDiagInfo[i-1].DiagID != StaticDiagInfo[i].DiagID &&
101 assert(StaticDiagInfo[i-1] < StaticDiagInfo[i] &&
145 const StaticDiagInfoRec *Found = &StaticDiagInfo[ID + Offset];
560 Diags.push_back(StaticDiagInfo[i].DiagID);

Completed in 47 milliseconds