Lines Matching refs:equalsBoundNode
4845 hasType(qualType(equalsBoundNode("type")))))))); in TEST()
4849 qualType(equalsBoundNode("type")))))))); in TEST()
4856 hasType(qualType(equalsBoundNode("type")))))))); in TEST()
4863 hasParent(stmt(has(stmt(equalsBoundNode("if"))))))))); in TEST()
4867 stmt(allOf(ifStmt().bind("if"), has(stmt(equalsBoundNode("if"))))))); in TEST()
4874 hasParent(decl(has(decl(equalsBoundNode("record"))))))))); in TEST()
4878 has(decl(equalsBoundNode("record"))))))); in TEST()
4886 has(fieldDecl(hasName("b"), hasType(type(equalsBoundNode("t")))))))); in TEST()
4892 has(fieldDecl(hasName("b"), hasType(type(equalsBoundNode("t")))))))); in TEST()
4911 qualType(equalsBoundNode("type")))).bind("decl"))), in TEST()
4925 forEachDescendant(declRefExpr(to(decl(equalsBoundNode("d")))))), in TEST()
4941 on(declRefExpr(to(varDecl(equalsBoundNode("var"))))))))))) in TEST()
4957 on(declRefExpr(to(varDecl(equalsBoundNode("var"))))))))))) in TEST()