Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp382 StatementMatcher CallOnVariableY = in TEST() local
386 "class Y { public: void x() { Y y; y.x(); } };", CallOnVariableY)); in TEST()
388 "class Y { public: void x() const { Y y; y.x(); } };", CallOnVariableY)); in TEST()
391 "class X : public Y { void z() { X y; y.x(); } };", CallOnVariableY)); in TEST()
394 "class X : public Y { void z() { X *y; y->x(); } };", CallOnVariableY)); in TEST()
398 CallOnVariableY)); in TEST()