HomeSort by relevance Sort by last modified time
    Searched defs:DiagnosticIDs (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Basic/
DiagnosticIDs.cpp 1 //===--- DiagnosticIDs.cpp - Diagnostic IDs Handling ----------------------===//
14 #include "clang/Basic/DiagnosticIDs.h"
101 "DiagnosticIDs.h) probably need to be increased");
183 unsigned DiagnosticIDs::getCategoryNumberForDiag(unsigned DiagID) {
201 // Unfortunately, the split between DiagnosticIDs and Diagnostic is not
226 unsigned DiagnosticIDs::getNumberOfCategories() {
233 StringRef DiagnosticIDs::getCategoryNameFromID(unsigned CategoryID) {
241 DiagnosticIDs::SFINAEResponse
242 DiagnosticIDs::getDiagnosticSFINAEResponse(unsigned DiagID) {
275 typedef std::pair<DiagnosticIDs::Level, std::string> DiagDesc
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 1 //===--- DiagnosticIDs.h - Diagnostic IDs Handling --------------*- C++ -*-===//
110 class DiagnosticIDs : public RefCountedBase<DiagnosticIDs> {
122 DiagnosticIDs();
123 ~DiagnosticIDs();
252 DiagnosticIDs::Level getDiagnosticLevel(unsigned DiagID, SourceLocation Loc,
257 DiagnosticIDs::Level getDiagnosticLevel(unsigned DiagID,

Completed in 224 milliseconds