Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContext.cpp124 void *DiagnosticContext, bool RespectFilters) { in setDiagnosticHandlerCallBack() argument
127 pImpl->RespectDiagnosticFilters = RespectFilters; in setDiagnosticHandlerCallBack()
131 bool RespectFilters) { in setDiagnosticHandler() argument
133 pImpl->RespectDiagnosticFilters = RespectFilters; in setDiagnosticHandler()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DLLVMContext.h171 void *DiagContext = nullptr, bool RespectFilters = false);
181 bool RespectFilters = false);