Searched refs:TextDiag (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Expression/ |
| H A D | DiagnosticManagerTest.cpp | 30 class TextDiag : public Diagnostic { class 32 TextDiag(llvm::StringRef msg, DiagnosticSeverity severity) in TextDiag() function in __anond87d123e0211::TextDiag 83 std::make_unique<TextDiag>("abc", eDiagnosticSeverityError)); in TEST() 92 std::make_unique<TextDiag>("b\nc", eDiagnosticSeverityError)); in TEST() 99 std::make_unique<TextDiag>("abc", eDiagnosticSeverityError)); in TEST() 102 std::make_unique<TextDiag>("def", eDiagnosticSeverityError)); in TEST() 111 std::make_unique<TextDiag>("foo", eDiagnosticSeverityError)); in TEST() 129 std::make_unique<TextDiag>("foo", eDiagnosticSeverityError)); in TEST() 145 std::make_unique<TextDiag>("foo", eDiagnosticSeverityError)); in TEST() 147 std::make_unique<TextDiag>("bar", eDiagnosticSeverityError)); in TEST() [all …]
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | TextDiagnosticPrinter.cpp | 39 TextDiag.reset(new TextDiagnostic(OS, LO, &*DiagOpts)); in BeginSourceFile() 43 TextDiag.reset(); in EndSourceFile() 149 assert(TextDiag && "Unexpected diagnostic outside source file processing"); in HandleDiagnostic() 151 TextDiag->emitDiagnostic( in HandleDiagnostic()
|
| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | TextDiagnosticPrinter.h | 32 std::unique_ptr<TextDiagnostic> TextDiag; variable
|