Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp121 void *DiagnosticContext, bool RespectFilters) { in setDiagnosticHandlerCallBack() argument
124 pImpl->RespectDiagnosticFilters = RespectFilters; in setDiagnosticHandlerCallBack()
128 bool RespectFilters) { in setDiagnosticHandler() argument
130 pImpl->RespectDiagnosticFilters = RespectFilters; in setDiagnosticHandler()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h182 void *DiagContext = nullptr, bool RespectFilters = false);
192 bool RespectFilters = false);