Home
last modified time | relevance | path

Searched refs:isDeferrable (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaBase.cpp65 DiagnosticIDs::isDeferrable(DiagID) && in Diag()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h325 static bool isDeferrable(unsigned DiagID);
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp340 bool DiagnosticIDs::isDeferrable(unsigned DiagID) { in isDeferrable() function in DiagnosticIDs