Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp1285 StatementMatcher CallOnVariableY = in TEST() local
1289 "class Y { public: void x() { Y y; y.x(); } };", CallOnVariableY)); in TEST()
1291 "class Y { public: void x() const { Y y; y.x(); } };", CallOnVariableY)); in TEST()
1294 "class X : public Y { void z() { X y; y.x(); } };", CallOnVariableY)); in TEST()
1297 "class X : public Y { void z() { X *y; y->x(); } };", CallOnVariableY)); in TEST()
1301 CallOnVariableY)); in TEST()