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"
102 "DiagnosticIDs.h) probably need to be increased");
149 unsigned DiagnosticIDs::getCategoryNumberForDiag(unsigned DiagID) {
167 // Unfortunately, the split between DiagnosticIDs and Diagnostic is not
192 unsigned DiagnosticIDs::getNumberOfCategories() {
199 StringRef DiagnosticIDs::getCategoryNameFromID(unsigned CategoryID) {
207 DiagnosticIDs::SFINAEResponse
208 DiagnosticIDs::getDiagnosticSFINAEResponse(unsigned DiagID) {
241 typedef std::pair<DiagnosticIDs::Level, std::string> DiagDesc
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 1 //===--- DiagnosticIDs.h - Diagnostic IDs Handling --------------*- C++ -*-===//
114 class DiagnosticIDs : public RefCountedBase<DiagnosticIDs> {
126 DiagnosticIDs();
127 ~DiagnosticIDs();
256 DiagnosticIDs::Level getDiagnosticLevel(unsigned DiagID, SourceLocation Loc,
261 DiagnosticIDs::Level getDiagnosticLevel(unsigned DiagID,

Completed in 43 milliseconds