Searched defs:DiagnosticIDs (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Basic/
H A DDiagnosticIDs.cpp1 //===--- 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
298 DiagnosticIDs::DiagnosticIDs() { CustomDiagInfo = nullptr; } function in class:DiagnosticIDs
[all...]
/external/clang/include/clang/Basic/
H A DDiagnosticIDs.h1 //===--- DiagnosticIDs.h - Diagnostic IDs Handling --------------*- C++ -*-===//
107 class DiagnosticIDs : public RefCountedBase<DiagnosticIDs> { class in namespace:clang::diag
119 DiagnosticIDs();
120 ~DiagnosticIDs();
250 DiagnosticIDs::Level

Completed in 76 milliseconds