Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DLLVMContext.h197 std::unique_ptr<DiagnosticHandler> getDiagnosticHandler();
/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContext.cpp362 std::unique_ptr<DiagnosticHandler> LLVMContext::getDiagnosticHandler() { in getDiagnosticHandler() function in LLVMContext
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp323 Ctx.getDiagnosticHandler(); in HandleTranslationUnit()
1184 std::unique_ptr<DiagnosticHandler> PrevHandler = Ctx.getDiagnosticHandler(); in ExecuteAction()