Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp201 StatementMatcher MethodOnY = in TEST() local
206 MethodOnY)); in TEST()
209 MethodOnY)); in TEST()
212 MethodOnY)); in TEST()
215 MethodOnY)); in TEST()
218 MethodOnY)); in TEST()
326 StatementMatcher MethodOnY = in TEST() local
331 MethodOnY)); in TEST()
334 MethodOnY)); in TEST()
337 MethodOnY)); in TEST()
[all …]
/external/llvm-project/clang/unittests/ASTMatchers/
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()
335 "class Y { public: void x(); }; void z() { Y *y; y->x(); }", MethodOnY)); in TEST_P()
479 StatementMatcher MethodOnY = in TEST_P() local
484 MethodOnY)); in TEST_P()
486 MethodOnY)); in TEST_P()
488 "class Y { public: void x(); }; void z(Y *&y) { y->x(); }", MethodOnY)); in TEST_P()
[all …]