Searched refs:getDiagnosticGroups (Results 1 – 3 of 3) sorted by relevance
103 llvm::ArrayRef<GroupRecord> getDiagnosticGroups();108 return getDiagnosticGroups()[*CurrentID];
87 ArrayRef<GroupRecord> AllGroups = getDiagnosticGroups(); in showGroup()108 ArrayRef<GroupRecord> AllGroups = getDiagnosticGroups(); in showAll()
95 llvm::ArrayRef<GroupRecord> diagtool::getDiagnosticGroups() { in getDiagnosticGroups() function in diagtool