Searched refs:getBuiltinDiagClass (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnosticIDs.cpp244 /// getBuiltinDiagClass - Return the class field of the diagnostic.
246 static unsigned getBuiltinDiagClass(unsigned DiagID) { function
327 getBuiltinDiagClass(DiagID) != CLASS_ERROR;
334 getBuiltinDiagClass(DiagID) == CLASS_NOTE;
345 getBuiltinDiagClass(DiagID) != CLASS_EXTENSION)
378 unsigned DiagClass = getBuiltinDiagClass(DiagID);
685 if (getBuiltinDiagClass(DiagID) < CLASS_ERROR)

Completed in 76 milliseconds