Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DLLVMContext.h117 DiagnosticHandlerTy getDiagnosticHandler() const;
/external/llvm/lib/IR/
DLLVMContext.cpp139 LLVMContext::DiagnosticHandlerTy LLVMContext::getDiagnosticHandler() const { in getDiagnosticHandler() function in LLVMContext
/external/clang/lib/CodeGen/
DCodeGenAction.cpp170 Ctx.getDiagnosticHandler(); in HandleTranslationUnit()