Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/IR/
H A DLLVMContext.cpp218 static bool isDiagnosticEnabled(const DiagnosticInfo &DI) { in isDiagnosticEnabled() function
255 (!pImpl->RespectDiagnosticFilters || isDiagnosticEnabled(DI)) && in diagnose()
259 if (!isDiagnosticEnabled(DI)) in diagnose()