Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DConfig.h172 DiagnosticHandlerFunction DiagHandler;
268 DiagnosticHandlerFunction *Fn;
269 LTOLLVMDiagnosticHandler(DiagnosticHandlerFunction *DiagHandlerFn) in LTOLLVMDiagnosticHandler()
289 DiagnosticHandlerFunction DiagHandler;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDiagnosticInfo.h127 using DiagnosticHandlerFunction = std::function<void(const DiagnosticInfo &)>; variable