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

References

lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
  558     SrcMgr.PrintMessage(Loc, SourceMgr::DK_Note, Note);
lib/CodeGen/MIRParser/MIRParser.cpp
  203   case SourceMgr::DK_Note:
lib/MC/MCParser/AsmParser.cpp
  759     printMessage((*it)->InstantiationLoc, SourceMgr::DK_Note,
  765   printMessage(L, SourceMgr::DK_Note, Msg, Range);
 2232     printMessage(IDLoc, SourceMgr::DK_Note, OS.str());
lib/Support/FileCheck.cpp
  754         SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, OS.str(),
  758                         SourceMgr::DK_Note, OS.str());
  820     SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note,
 1320   SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, "found here",
 1384   SM.PrintMessage(SearchRange.Start, SourceMgr::DK_Note, "scanning from here");
 1523     SM.PrintMessage(SMLoc::getFromPointer(Buffer.end()), SourceMgr::DK_Note,
 1525     SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Note,
 1534     SM.PrintMessage(SMLoc::getFromPointer(Buffer.end()), SourceMgr::DK_Note,
 1536     SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Note,
 1538     SM.PrintMessage(SMLoc::getFromPointer(FirstNewLine), SourceMgr::DK_Note,
 1558     SM.PrintMessage(SMLoc::getFromPointer(Buffer.end()), SourceMgr::DK_Note,
 1560     SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Note,
 1688           SM.PrintMessage(OldStart, SourceMgr::DK_Note,
lib/Support/SourceMgr.cpp
  399     case SourceMgr::DK_Note:
lib/TableGen/Error.cpp
   38     SrcMgr.PrintMessage(Loc[i], SourceMgr::DK_Note,
   45   PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg);
lib/TableGen/TGLexer.cpp
  386     SrcMgr.PrintMessage(Found->second, SourceMgr::DK_Note,
lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp
  724       SM->PrintMessage(Loc, SourceMgr::DK_Note, Msg);
lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp
  674         SM->PrintMessage(I.first, SourceMgr::DK_Note, I.second);
tools/clang/lib/CodeGen/CodeGenAction.cpp
  451   case llvm::SourceMgr::DK_Note:
  968   case llvm::SourceMgr::DK_Note:
tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
  236                             SourceMgr::DK_Note, "group defined here");
  256                             SourceMgr::DK_Note, "also referenced here");
tools/llvm-mca/CodeRegion.cpp
   49         SM.PrintMessage(R.startLoc(), SourceMgr::DK_Note,
   57       SM.PrintMessage(R.startLoc(), SourceMgr::DK_Note,
  101     SM.PrintMessage(Loc, SourceMgr::DK_Note,
  104     SM.PrintMessage(Loc, SourceMgr::DK_Note,
unittests/Support/SourceMgrTest.cpp
   81   printMessage(getLoc(4), SourceMgr::DK_Note, "message", None, None);