Lines Matching refs:declRefExpr
65 EXPECT_TRUE(matches(input, declRefExpr(isExpandedFromMacro("MY_MACRO")))); in TEST_P()
167 hasArgument(0, declRefExpr(to(varDecl()))))))); in TEST_P()
172 hasArgument(0, declRefExpr(to(varDecl()))), in TEST_P()
177 hasArgument(0, declRefExpr(to(varDecl()))), in TEST_P()
183 hasArgument(0, declRefExpr(to(varDecl()))), in TEST_P()
1046 0, declRefExpr(to(varDecl(hasType(isInteger())))))))); in TEST_P()
1060 0, declRefExpr(to(varDecl(hasType(isInteger())))))))); in TEST_P()
1592 cxxConstructExpr(hasArgument(0, declRefExpr(to(varDecl(hasName("y"))))))); in TEST_P()
1608 hasArgument(42, declRefExpr(to(varDecl(hasName("y"))))))); in TEST_P()
1642 hasObjectExpression(declRefExpr(hasType(templateSpecializationType( in TEST()
1662 hasObjectExpression(declRefExpr(hasType(templateSpecializationType( in TEST()
1679 hasObjectExpression(declRefExpr(hasType(templateSpecializationType( in TEST()
1735 0, declRefExpr(to(varDecl(hasName("y")))))))); in TEST()
1738 0, declRefExpr(to(varDecl(hasName("x")))))))); in TEST()
2350 declRefExpr(to(namedDecl(hasName("t")))))))); in TEST_P()
2354 declRefExpr(to(namedDecl(hasName("t")))))))); in TEST_P()
2379 declRefExpr(to(namedDecl(hasName("t")))))))); in TEST_P()
3185 forEachDescendant(declRefExpr(to(decl(equalsBoundNode("d")))))), in TEST_P()
3198 on(declRefExpr(to( in TEST_P()
3202 on(declRefExpr(to(varDecl(equalsBoundNode("var"))))))))))) in TEST_P()
3214 on(declRefExpr(to( in TEST_P()
3218 on(declRefExpr(to(varDecl(equalsBoundNode("var"))))))))))) in TEST_P()