Searched refs:testMethod (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | pragma-attribute-cxx-subject-match-rules.cpp | 97 void testMethod(); 99 void testMethods::testMethod() { } in testMethod() function in testNamespace::testMethods
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/ |
| H A D | case.py | 238 testMethod = getattr(self, methodName) 242 self._testMethodDoc = testMethod.__doc__ 356 testMethod = getattr(self, self._testMethodName) 359 getattr(testMethod, "__unittest_skip__", False)): 367 testMethod, 383 success = self.runMethod(testMethod, result) 404 def runMethod(self, testMethod, result): argument 413 testMethod()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | tag-ambig.cpp | 17 virtual bool testMethod (Test::Point& p) = 0;
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | new-ctor-null-throw.cpp | 49 void testMethod() { in testMethod() function
|
| H A D | inline.cpp | 226 void testMethod() { in testMethod() function
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/ |
| H A D | test_assertions.py | 124 testMethod = getMethod(i) 132 lambda: testMethod(*args, **kwargs))
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | suspicious-call-argument.cpp | 475 auto testMethod = [&](int method, int randomParam) { return 0; }; in main() local 477 testMethod(method, 0); // Should pass. in main()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/MachO/ |
| H A D | macho-objc-meta-data.test | 1059 OBJC2_64BIT_DYLIB: name 0x4f5e testMethod 1061 OBJC2_64BIT_DYLIB: imp -[Test testMethod]
|