Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Analysis/
H A DExprMutationAnalyzerTest.cpp45 ExprMatcher declRefTo(StringRef Name) { in declRefTo() function
111 match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); in TEST()
128 match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); in TEST_P()
219 match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); in TEST()
229 match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); in TEST_P()
243 match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); in TEST()
253 match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); in TEST()
273 match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); in TEST()
283 match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); in TEST()
293 match(withEnclosingCompound(declRefTo("x")), AST->getASTContext()); in TEST()
[all …]