Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp129 void *DiagnosticContext, bool RespectFilters) { in setDiagnosticHandlerCallBack() argument
132 pImpl->RespectDiagnosticFilters = RespectFilters; in setDiagnosticHandlerCallBack()
136 bool RespectFilters) { in setDiagnosticHandler() argument
138 pImpl->RespectDiagnosticFilters = RespectFilters; in setDiagnosticHandler()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h172 void *DiagContext = nullptr, bool RespectFilters = false);
182 bool RespectFilters = false);