Searched refs:MethodOnY (Results 1 – 1 of 1) sorted by relevance
323 StatementMatcher MethodOnY = in TEST_P() local327 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() local483 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 …]