Home
last modified time | relevance | path

Searched refs:getDiagnosticContext (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp54 void *OldDiagnosticContext = Ctx.getDiagnosticContext(); in LLVMParseBitcodeInContext()
98 void *OldDiagnosticContext = Ctx.getDiagnosticContext(); in LLVMGetBitcodeModuleInContext()
/external/llvm/include/llvm/IR/
DLLVMContext.h144 void *getDiagnosticContext() const;
/external/llvm/lib/IR/
DLLVMContext.cpp187 void *LLVMContext::getDiagnosticContext() const { in getDiagnosticContext() function in LLVMContext
/external/llvm/lib/Linker/
DLinkModules.cpp818 void *OldDiagnosticContext = Ctx.getDiagnosticContext(); in LLVMLinkModules()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp180 void *OldDiagnosticContext = Ctx.getDiagnosticContext(); in HandleTranslationUnit()