(self)
| 5097 | ] |
| 5098 | |
| 5099 | def testUnnamedNamespacesInHeaders(self): |
| 5100 | for extension in ["h", "hpp", "hxx", "h++", "cuh"]: |
| 5101 | self.doTestUnnamedNamespacesInHeaders(extension) |
| 5102 | |
| 5103 | def doTestUnnamedNamespacesInHeaders(self, extension): |
| 5104 | self.TestLanguageRulesCheck( |
nothing calls this directly
no test coverage detected