Searched refs:getDiagnosticContext (Results 1 – 10 of 10) sorted by relevance
53 void *OldDiagnosticContext = Ctx.getDiagnosticContext(); in LLVMParseBitcodeInContext()97 void *OldDiagnosticContext = Ctx.getDiagnosticContext(); in LLVMGetBitcodeModuleInContext()
175 void *getDiagnosticContext() const;
184 void *getDiagnosticContext() const;
222 void *getDiagnosticContext() const;
203 void *LLVMContext::getDiagnosticContext() const { in getDiagnosticContext() function in LLVMContext
100 return unwrap(C)->getDiagnosticContext(); in LLVMContextGetDiagnosticContext()
175 void *LLVMContext::getDiagnosticContext() const { in getDiagnosticContext() function in LLVMContext
489 auto HasError = *static_cast<bool *>(Context.getDiagnosticContext()); in compileModule()
165 void *OldDiagnosticContext = Ctx.getDiagnosticContext(); in HandleTranslationUnit()