Searched refs:DiagContext (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | SourceMgr.h | 72 void *DiagContext; variable 80 : LineNoCache(nullptr), DiagHandler(nullptr), DiagContext(nullptr) {} in SourceMgr() 91 DiagContext = Ctx; 95 void *getDiagContext() const { return DiagContext; } in getDiagContext()
|
/external/llvm/include/llvm/IR/ |
D | LLVMContext.h | 93 void *DiagContext = nullptr); 112 void *DiagContext = nullptr,
|
/external/llvm/lib/IR/ |
D | LLVMContext.cpp | 113 void *DiagContext) { in setInlineAsmDiagnosticHandler() argument 115 pImpl->InlineAsmDiagContext = DiagContext; in setInlineAsmDiagnosticHandler()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 47 void *DiagContext; member 72 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie); in srcMgrDiagHandler() 112 DiagInfo.DiagContext = LLVMCtx.getInlineAsmDiagnosticContext(); in EmitInlineAsm()
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 83 DiagContext = nullptr; in initialize() 646 (*DiagHandler)(Severity, MsgStorage.c_str(), DiagContext); in DiagnosticHandler2() 653 this->DiagContext = Ctxt; in setDiagnosticHandler()
|
/external/llvm/include/llvm/LTO/ |
D | LTOCodeGenerator.h | 175 void *DiagContext; member
|
/external/clang/lib/Basic/ |
D | VirtualFileSystem.cpp | 507 void *DiagContext, 855 void *DiagContext, in create() argument 861 SM.setDiagHandler(DiagHandler, DiagContext); in create() 980 SourceMgr::DiagHandlerTy DiagHandler, void *DiagContext, in getVFSFromYAML() argument 982 return VFSFromYAML::create(std::move(Buffer), DiagHandler, DiagContext, in getVFSFromYAML()
|
/external/clang/include/clang/Basic/ |
D | VirtualFileSystem.h | 252 void *DiagContext = nullptr,
|
/external/llvm/lib/Support/ |
D | SourceMgr.cpp | 202 DiagHandler(Diagnostic, DiagContext); in PrintMessage()
|