Searched refs:DiagnosticRecord (Results 1 – 4 of 4) sorted by relevance
17 static const DiagnosticRecord BuiltinDiagnosticsByName[] = {23 llvm::ArrayRef<DiagnosticRecord> diagtool::getBuiltinDiagnosticsByName() { in getBuiltinDiagnosticsByName()30 static const DiagnosticRecord BuiltinDiagnosticsByID[] = {47 static bool orderByID(const DiagnosticRecord &Left, in orderByID()48 const DiagnosticRecord &Right) { in orderByID()52 const DiagnosticRecord &diagtool::getDiagnosticForID(short DiagID) { in getDiagnosticForID()53 DiagnosticRecord Key = {nullptr, DiagID, 0}; in getDiagnosticForID()55 const DiagnosticRecord *Result = in getDiagnosticForID()
19 struct DiagnosticRecord { struct28 bool operator<(const DiagnosticRecord &Other) const { argument34 llvm::ArrayRef<DiagnosticRecord> getBuiltinDiagnosticsByName();37 const DiagnosticRecord &getDiagnosticForID(short DiagID);93 typedef group_iterator<DiagnosticRecord> diagnostics_iterator;
56 ArrayRef<DiagnosticRecord> AllDiagnostics = getBuiltinDiagnosticsByName(); in run()58 for (ArrayRef<DiagnosticRecord>::iterator di = AllDiagnostics.begin(), in run()
115 ArrayRef<DiagnosticRecord> AllDiagnostics = getBuiltinDiagnosticsByName(); in run()118 for (ArrayRef<DiagnosticRecord>::iterator I = AllDiagnostics.begin(), in run()