Home
last modified time | relevance | path

Searched refs:testMethod (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/test/AST/
H A Dpragma-attribute-cxx-subject-match-rules.cpp97 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 Dcase.py238 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 Dtag-ambig.cpp17 virtual bool testMethod (Test::Point& p) = 0;
/llvm-project-15.0.7/clang/test/Analysis/
H A Dnew-ctor-null-throw.cpp49 void testMethod() { in testMethod() function
H A Dinline.cpp226 void testMethod() { in testMethod() function
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_assertions.py124 testMethod = getMethod(i)
132 lambda: testMethod(*args, **kwargs))
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dsuspicious-call-argument.cpp475 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 Dmacho-objc-meta-data.test1059 OBJC2_64BIT_DYLIB: name 0x4f5e testMethod
1061 OBJC2_64BIT_DYLIB: imp -[Test testMethod]