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

/external/llvm/lib/IR/
H A DLLVMContext.cpp227 static bool isDiagnosticEnabled(const DiagnosticInfo &DI) { function
256 if (!pImpl->RespectDiagnosticFilters || isDiagnosticEnabled(DI))
261 if (!isDiagnosticEnabled(DI))

Completed in 120 milliseconds