Searched refs:equalsBoundNode (Results 1 – 4 of 4) sorted by relevance
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()[all …]
457 declRefExpr(to(decl(equalsBoundNode("v")))), parmVarDecl())))), in TEST()
175 REGISTER_MATCHER(equalsBoundNode); in RegistryMaps()
3462 AST_POLYMORPHIC_MATCHER_P(equalsBoundNode, in AST_POLYMORPHIC_MATCHER_P() argument