Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp51 LLVMContext::DiagnosticHandlerTy OldDiagnosticHandler = in LLVMParseBitcodeInContext() local
59 Ctx.setDiagnosticHandler(OldDiagnosticHandler, OldDiagnosticContext, true); in LLVMParseBitcodeInContext()
95 LLVMContext::DiagnosticHandlerTy OldDiagnosticHandler = in LLVMGetBitcodeModuleInContext() local
106 Ctx.setDiagnosticHandler(OldDiagnosticHandler, OldDiagnosticContext, true); in LLVMGetBitcodeModuleInContext()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp163 LLVMContext::DiagnosticHandlerTy OldDiagnosticHandler = in HandleTranslationUnit() local
184 Ctx.setDiagnosticHandler(OldDiagnosticHandler, OldDiagnosticContext); in HandleTranslationUnit()