Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp230 static bool isDiagnosticEnabled(const DiagnosticInfo &DI) { in isDiagnosticEnabled() function
269 if ((!pImpl->RespectDiagnosticFilters || isDiagnosticEnabled(DI)) && in diagnose()
274 if (!isDiagnosticEnabled(DI)) in diagnose()