Home
last modified time | relevance | path

Searched refs:getDiagnosticGroups (Results 1 – 3 of 3) sorted by relevance

/external/clang/tools/diagtool/
DDiagnosticNames.h103 llvm::ArrayRef<GroupRecord> getDiagnosticGroups();
108 return getDiagnosticGroups()[*CurrentID];
DTreeView.cpp87 ArrayRef<GroupRecord> AllGroups = getDiagnosticGroups(); in showGroup()
108 ArrayRef<GroupRecord> AllGroups = getDiagnosticGroups(); in showAll()
DDiagnosticNames.cpp95 llvm::ArrayRef<GroupRecord> diagtool::getDiagnosticGroups() { in getDiagnosticGroups() function in diagtool