Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendConsumer.h127 void DiagnosticHandlerImpl(const llvm::DiagnosticInfo &DI);
H A DCodeGenAction.cpp396 BackendCon->DiagnosticHandlerImpl(DI); in handleDiagnostics()
804 void BackendConsumer::DiagnosticHandlerImpl(const DiagnosticInfo &DI) { in DiagnosticHandlerImpl() function in BackendConsumer