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"
72 diag::ENUM, DEFAULT_SEVERITY, CLASS, DiagnosticIDs::SFINAE, NOWERROR, \
101 "DiagnosticIDs.h) probably need to be increased");
175 unsigned DiagnosticIDs::getCategoryNumberForDiag(unsigned DiagID) {
193 // Unfortunately, the split between DiagnosticIDs and Diagnostic is not
217 unsigned DiagnosticIDs::getNumberOfCategories() {
224 StringRef DiagnosticIDs::getCategoryNameFromID(unsigned CategoryID) {
232 DiagnosticIDs::SFINAEResponse
233 DiagnosticIDs::getDiagnosticSFINAEResponse(unsigned DiagID)
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 1 //===--- DiagnosticIDs.h - Diagnostic IDs Handling --------------*- C++ -*-===//
107 class DiagnosticIDs : public RefCountedBase<DiagnosticIDs> {
119 DiagnosticIDs();
120 ~DiagnosticIDs();
250 DiagnosticIDs::Level

Completed in 1224 milliseconds