Lines Matching refs:equalsBoundNode
1808 hasType(qualType(equalsBoundNode("type")))))))); in TEST()
1812 qualType(equalsBoundNode("type")))))))); in TEST()
1819 hasType(qualType(equalsBoundNode("type")))))))); in TEST()
1826 hasParent(stmt(has(stmt(equalsBoundNode("if"))))))))); in TEST()
1830 stmt(allOf(ifStmt().bind("if"), has(stmt(equalsBoundNode("if"))))))); in TEST()
1837 hasParent(decl(has(decl(equalsBoundNode("record"))))))))); in TEST()
1841 has(decl(equalsBoundNode("record"))))))); in TEST()
1849 has(fieldDecl(hasName("b"), hasType(type(equalsBoundNode("t")))))))); in TEST()
1855 has(fieldDecl(hasName("b"), hasType(type(equalsBoundNode("t")))))))); in TEST()
1874 qualType(equalsBoundNode("type")))).bind("decl"))), in TEST()
1888 forEachDescendant(declRefExpr(to(decl(equalsBoundNode("d")))))), in TEST()
1904 on(declRefExpr(to(varDecl(equalsBoundNode("var"))))))))))) in TEST()
1920 on(declRefExpr(to(varDecl(equalsBoundNode("var"))))))))))) in TEST()