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.h111 void DiagnosticHandlerImpl(const llvm::DiagnosticInfo &DI);
H A DCodeGenAction.cpp358 BackendCon->DiagnosticHandlerImpl(DI); in handleDiagnostics()
764 void BackendConsumer::DiagnosticHandlerImpl(const DiagnosticInfo &DI) { in DiagnosticHandlerImpl() function in BackendConsumer