Searched refs:NamespaceEndCommentsFixerTest (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/unittests/Format/ |
H A D | NamespaceEndCommentsFixerTest.cpp | 20 class NamespaceEndCommentsFixerTest : public testing::Test { class 56 TEST_F(NamespaceEndCommentsFixerTest, AddsEndComment) { in TEST_F() argument 473 TEST_F(NamespaceEndCommentsFixerTest, WorksForObjCpp) { in TEST_F() argument 487 TEST_F(NamespaceEndCommentsFixerTest, AddsMacroEndComment) { in TEST_F() argument 566 TEST_F(NamespaceEndCommentsFixerTest, AddsNewlineIfNeeded) { in TEST_F() argument 620 TEST_F(NamespaceEndCommentsFixerTest, DoesNotAddEndCommentForShortNamespace) { in TEST_F() argument 628 TEST_F(NamespaceEndCommentsFixerTest, DoesNotAddCommentAfterUnaffectedRBrace) { in TEST_F() argument 647 TEST_F(NamespaceEndCommentsFixerTest, in TEST_F() argument 659 TEST_F(NamespaceEndCommentsFixerTest, KeepsValidEndComment) { in TEST_F() argument 683 TEST_F(NamespaceEndCommentsFixerTest, KeepsValidMacroEndComment) { in TEST_F() argument [all …]
|
H A D | CMakeLists.txt | 31 NamespaceEndCommentsFixerTest.cpp
|
/llvm-project/llvm/utils/gn/secondary/clang/unittests/Format/ |
H A D | BUILD.gn | 39 "NamespaceEndCommentsFixerTest.cpp",
|