Searched refs:equalsBoundNode (Results 1 – 3 of 3) sorted by relevance
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()[all …]
168 REGISTER_MATCHER(equalsBoundNode); in RegistryMaps()
3052 AST_POLYMORPHIC_MATCHER_P(equalsBoundNode, in AST_POLYMORPHIC_MATCHER_P() argument