HomeSort by relevance Sort by last modified time
    Searched defs:DiagContext (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
SourceMgr.h 62 void *DiagContext;
67 SourceMgr() : LineNoCache(0), DiagHandler(0), DiagContext(0) {}
78 DiagContext = Ctx;
  /external/llvm/lib/Support/
SourceMgr.cpp 185 DiagHandler(GetMessage(Loc, Msg, Type, ShowLine), DiagContext);
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 42 void *DiagContext;
67 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie);
99 DiagInfo.DiagContext = LLVMCtx.getInlineAsmDiagnosticContext();

Completed in 21 milliseconds