Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp323 StatementMatcher MethodOnY = in TEST_P() local
327 MethodOnY)); in TEST_P()
329 MethodOnY)); in TEST_P()
331 "class Y { public: void x(); }; void z(Y *&y) { y->x(); }", MethodOnY)); in TEST_P()
333 "class Y { public: void x(); }; void z(Y y[]) { y->x(); }", MethodOnY)); in TEST_P()
479 StatementMatcher MethodOnY = traverse( in TEST_P() local
483 MethodOnY)); in TEST_P()
485 MethodOnY)); in TEST_P()
487 "class Y { public: void x(); }; void z(Y *&y) { y->x(); }", MethodOnY)); in TEST_P()
489 "class Y { public: void x(); }; void z(Y y[]) { y->x(); }", MethodOnY)); in TEST_P()
[all …]