Searched refs:DK_Note (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | FileCheck.cpp | 406 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 D | SourceMgr.cpp | 405 case SourceMgr::DK_Note: in print()
|
| /freebsd-12.1/contrib/llvm/lib/TableGen/ |
| H A D | Error.cpp | 39 SrcMgr.PrintMessage(Loc[i], SourceMgr::DK_Note, in PrintMessage() 44 PrintMessage(NoteLoc, SourceMgr::DK_Note, Msg); in PrintNote()
|
| H A D | TGLexer.cpp | 386 SrcMgr.PrintMessage(Found->second, SourceMgr::DK_Note, in LexInclude()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | SourceMgr.h | 48 DK_Note, enumerator
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 434 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 D | AsmPrinterInlineAsm.cpp | 566 SrcMgr.PrintMessage(Loc, SourceMgr::DK_Note, Note); in EmitInlineAsm()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonShuffler.cpp | 675 SM->PrintMessage(I.first, SourceMgr::DK_Note, I.second); in reportError()
|
| H A D | HexagonMCChecker.cpp | 726 SM->PrintMessage(Loc, SourceMgr::DK_Note, Msg); in reportNote()
|
| /freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/ |
| H A D | ClangDiagnosticsEmitter.cpp | 236 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 D | MIRParser.cpp | 215 case SourceMgr::DK_Note: in reportDiagnostic()
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 735 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()
|