Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp1379 StatementMatcher OpStarCall = in TEST_P() local
1382 matches("class Y; int operator*(Y &); void f(Y &y) { *y; }", OpStarCall)); in TEST_P()