Searched refs:declRefTo (Results 1 – 1 of 1) sorted by relevance
45 ExprMatcher declRefTo(StringRef Name) { in declRefTo() function111 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 …]