Home
last modified time | relevance | path

Searched refs:DK_Note (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp406 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, OS.str(), in PrintVariableUses()
410 SourceMgr::DK_Note, OS.str()); in PrintVariableUses()
473 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, in PrintFuzzyMatch()
923 SM.PrintMessage(MatchRange.Start, SourceMgr::DK_Note, "found here", in PrintMatch()
1112 SM.PrintMessage(SMLoc::getFromPointer(Buffer.end()), SourceMgr::DK_Note, in CheckNext()
1114 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Note, in CheckNext()
1123 SM.PrintMessage(SMLoc::getFromPointer(Buffer.end()), SourceMgr::DK_Note, in CheckNext()
1125 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Note, in CheckNext()
1127 SM.PrintMessage(SMLoc::getFromPointer(FirstNewLine), SourceMgr::DK_Note, in CheckNext()
1154 SM.PrintMessage(SMLoc::getFromPointer(Buffer.end()), SourceMgr::DK_Note, in CheckSame()
[all …]
H A DSourceMgr.cpp405 case SourceMgr::DK_Note: in print()
/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DError.cpp39 SrcMgr.PrintMessage(Loc[i], SourceMgr::DK_Note, in PrintMessage()
44 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote()
H A DTGLexer.cpp386 SrcMgr.PrintMessage(Found->second, SourceMgr::DK_Note, in LexInclude()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DSourceMgr.h48 DK_Note, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp434 case llvm::SourceMgr::DK_Note: in InlineAsmDiagHandler2()
929 case llvm::SourceMgr::DK_Note: in BitcodeInlineAsmDiagHandler()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp566 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Note, Note); in EmitInlineAsm()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp675 SM->PrintMessage(I.first, SourceMgr::DK_Note, I.second); in reportError()
H A DHexagonMCChecker.cpp726 SM->PrintMessage(Loc, SourceMgr::DK_Note, Msg); in reportNote()
/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp236 SourceMgr::DK_Note, "group defined here"); in groupDiagnostics()
256 SourceMgr::DK_Note, "also referenced here"); in groupDiagnostics()
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp215 case SourceMgr::DK_Note: in reportDiagnostic()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp735 printMessage((*it)->InstantiationLoc, SourceMgr::DK_Note, in printMacroInstantiations()
741 printMessage(L, SourceMgr::DK_Note, Msg, Range); in Note()
2193 printMessage(IDLoc, SourceMgr::DK_Note, OS.str()); in parseStatement()