Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContext.cpp119 void *DiagnosticContext, bool RespectFilters) { in setDiagnosticHandlerCallBack() argument
122 pImpl->RespectDiagnosticFilters = RespectFilters; in setDiagnosticHandlerCallBack()
126 bool RespectFilters) { in setDiagnosticHandler() argument
128 pImpl->RespectDiagnosticFilters = RespectFilters; in setDiagnosticHandler()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DLLVMContext.h171 void *DiagContext = nullptr, bool RespectFilters = false);
181 bool RespectFilters = false);