Searched refs:CheckColoredDiagnosticsAction (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | ToolingTest.cpp | 559 struct CheckColoredDiagnosticsAction : public clang::ASTFrontendAction { struct 560 CheckColoredDiagnosticsAction(bool ShouldShowColor) in CheckColoredDiagnosticsAction() function 578 std::make_unique<CheckColoredDiagnosticsAction>(true), "", in TEST() 581 std::make_unique<CheckColoredDiagnosticsAction>(false), "", in TEST() 584 std::make_unique<CheckColoredDiagnosticsAction>(true), "", in TEST() 587 std::make_unique<CheckColoredDiagnosticsAction>(false), "", in TEST() 590 std::make_unique<CheckColoredDiagnosticsAction>(true), "", in TEST() 595 std::make_unique<CheckColoredDiagnosticsAction>(false), "", in TEST()
|