Searched refs:DK_Note (Results 1 – 7 of 7) sorted by relevance
/external/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 485 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Note, in PrintFailureInfo() 524 SourceMgr::DK_Note, "possible intended match here"); in PrintFailureInfo() 759 SM.PrintMessage(SMLoc::getFromPointer(Buffer.data()), SourceMgr::DK_Note, in PrintCheckFailed() 858 SourceMgr::DK_Note, "'next' match was here"); in main() 859 SM.PrintMessage(SMLoc::getFromPointer(LastMatch), SourceMgr::DK_Note, in main() 868 SourceMgr::DK_Note, "'next' match was here"); in main() 869 SM.PrintMessage(SMLoc::getFromPointer(LastMatch), SourceMgr::DK_Note, in main() 887 SM.PrintMessage(CheckStr.NotStrings[ChunkNo].first, SourceMgr::DK_Note, in main()
|
/external/llvm/lib/TableGen/ |
D | Error.cpp | 31 SrcMgr.PrintMessage(Loc[i], SourceMgr::DK_Note, in PrintMessage()
|
D | TGLexer.cpp | 316 SrcMgr.PrintMessage(Found->second, SourceMgr::DK_Note, in LexInclude()
|
/external/llvm/include/llvm/Support/ |
D | SourceMgr.h | 40 DK_Note enumerator
|
/external/clang/utils/TableGen/ |
D | ClangDiagnosticsEmitter.cpp | 252 SourceMgr::DK_Note, "group defined here"); in groupDiagnostics() 276 SourceMgr::DK_Note, "also referenced here", in groupDiagnostics()
|
/external/llvm/lib/Support/ |
D | SourceMgr.cpp | 379 case SourceMgr::DK_Note: in print()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 515 PrintMessage((*it)->InstantiationLoc, SourceMgr::DK_Note, in PrintMacroInstantiations() 1484 PrintMessage(IDLoc, SourceMgr::DK_Note, OS.str()); in ParseStatement()
|