HomeSort by relevance Sort by last modified time
    Searched refs:getDiagnosticGroups (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/diagtool/
DiagnosticNames.h 103 llvm::ArrayRef<GroupRecord> getDiagnosticGroups();
108 return getDiagnosticGroups()[*CurrentID];
DiagnosticNames.cpp 95 llvm::ArrayRef<GroupRecord> diagtool::getDiagnosticGroups() {
TreeView.cpp 87 ArrayRef<GroupRecord> AllGroups = getDiagnosticGroups();
108 ArrayRef<GroupRecord> AllGroups = getDiagnosticGroups();

Completed in 114 milliseconds