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.cpp136 void *DiagnosticContext, bool RespectFilters) { in setDiagnosticHandlerCallBack() argument
139 pImpl->RespectDiagnosticFilters = RespectFilters; in setDiagnosticHandlerCallBack()
143 bool RespectFilters) { in setDiagnosticHandler() argument
145 pImpl->RespectDiagnosticFilters = RespectFilters; in setDiagnosticHandler()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h176 void *DiagContext = nullptr, bool RespectFilters = false);
186 bool RespectFilters = false);