Home
last modified time | relevance | path

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

/llvm-project/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/clang/test/AST/
H A Dpragma-attribute-cxx-subject-match-rules.cpp99 void testMethods::testMethod() { } in testMethod() function in testNamespace::testMethods
/llvm-project/clang/test/Modules/
H A Dcompare-objc-interface.m451 - (int)testMethod; method in Matching
469 - (int)testMethod; method in Matching
/llvm-project/clang/test/CodeCompletion/
H A Dmember-access.cpp332 void testMethod(Baz* ptr) { in testMethod() function
/llvm-project/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