reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/AsmParser/LLLexer.cpp
   34   SM.PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg);
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
  557     SrcMgr.PrintMessage(Loc, SourceMgr::DK_Warning, Msg);
lib/CodeGen/MIRParser/MIRParser.cpp
  200   case SourceMgr::DK_Warning:
lib/MC/MCContext.cpp
  710       SrcMgr->PrintMessage(Loc, SourceMgr::DK_Warning, Msg);
  712       InlineSrcMgr->PrintMessage(Loc, SourceMgr::DK_Warning, Msg);
lib/MC/MCObjectStreamer.cpp
  682           Loc, SourceMgr::DK_Warning,
lib/MC/MCParser/AsmParser.cpp
  774   printMessage(L, SourceMgr::DK_Warning, Msg, Range);
lib/Support/SourceMgr.cpp
  396     case SourceMgr::DK_Warning:
lib/TableGen/Error.cpp
   49   PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg);
   53   SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Warning, Msg);
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
 5805   getSourceManager().PrintMessage(Range.Start, SourceMgr::DK_Warning, Msg,
tools/clang/lib/CodeGen/CodeGenAction.cpp
  448   case llvm::SourceMgr::DK_Warning:
  965   case llvm::SourceMgr::DK_Warning:
tools/clang/tools/clang-format/ClangFormat.cpp
  337                            : SourceMgr::DiagKind::DK_Warning,
tools/llvm-mc/Disassembler.cpp
   54                       SourceMgr::DK_Warning,
   67                       SourceMgr::DK_Warning,
unittests/Support/SourceMgrTest.cpp
   61   printMessage(getLoc(4), SourceMgr::DK_Warning, "message", None, None);
unittests/TableGen/CodeExpanderTest.cpp
  117       SourceMgr::DK_Warning, "Assuming missing escape character", " $foo", {}));
  201                                   "TestBuffer", 1, 1, SourceMgr::DK_Warning,