Home
last modified time | relevance | path

Searched defs:testMethod (Results 1 – 5 of 5) sorted by relevance

/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/clang/test/AST/
H A Dpragma-attribute-cxx-subject-match-rules.cpp99 void testMethods::testMethod() { } in testMethod() function in testNamespace::testMethods
/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
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py404 def runMethod(self, testMethod, result): argument