Home
last modified time | relevance | path

Searched refs:getDiagnosticHandler (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDLLVMContext.h203 std::unique_ptr<DiagnosticHandler> getDiagnosticHandler();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDLLVMContext.cpp329 std::unique_ptr<DiagnosticHandler> LLVMContext::getDiagnosticHandler() { in getDiagnosticHandler() function in LLVMContext
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenAction.cpp307 Ctx.getDiagnosticHandler(); in HandleTranslationUnit()