Lines Matching refs:hasDescendant
418 hasDescendant(fieldDecl(hasName("a")))))); in TEST()
425 hasDescendant(fieldDecl(hasName("a")))))); in TEST()
497 cxxCatchStmt(anyOf(hasDescendant(varDecl()), isCatchAll())))); in TEST()
634 hasDescendant(recordDecl(hasName("X"))), in TEST()
649 hasDescendant(recordDecl(has(recordDecl(hasName("Y"))), in TEST()
672 hasDescendant(recordDecl(hasDescendant(recordDecl(hasName("Y"))), in TEST()
693 decl(hasDescendant(typeLoc().bind("x")), has(decl())); in TEST()
703 decl(hasDescendant(VD), hasDescendant(RD)))); in TEST()
705 decl(hasDescendant(RD), hasDescendant(VD)))); in TEST()
708 decl(anyOf(hasDescendant(RD), hasDescendant(VD))))); in TEST()
804 decl(hasDescendant(loc(builtinType()))))); in TEST()
806 stmt(hasDescendant(builtinType())))); in TEST()
809 stmt(hasDescendant(loc(builtinType()))))); in TEST()
811 stmt(hasDescendant(qualType(builtinType()))))); in TEST()
814 stmt(hasDescendant(isInteger())))); in TEST()
819 varDecl(hasDescendant(isInteger())).bind("x"))), in TEST()
825 qualType(hasDescendant(builtinType())))); in TEST()
827 qualType(hasDescendant( in TEST()
830 typeLoc(hasDescendant(loc(builtinType()))))); in TEST()
894 hasDescendant(declRefExpr(to(varDecl(hasName("i")))))); in TEST()
1023 recordDecl(hasName("A"), hasDescendant(ClassX)), in TEST()
1024 recordDecl(hasName("B"), hasDescendant(ClassX)))), in TEST()
1287 cxxOperatorCallExpr(hasDescendant(cxxOperatorCallExpr())))); in TEST()
1585 hasDescendant(declRefExpr(to( in TEST()
1809 hasDescendant(declRefExpr(to(fieldDecl(hasName("next")))))))))); in TEST()
2734 recordDecl(hasName("C"), hasDescendant(callExpr( in TEST()
3378 hasSourceExpression(hasDescendant( in TEST()
3621 recordDecl(hasName("A"), allOf(hasDescendant(m), anyOf(m, anything()))), in TEST()
3827 cxxRecordDecl(isTemplateInstantiation(), hasDescendant( in TEST()
3842 cxxRecordDecl(isTemplateInstantiation(), hasDescendant( in TEST()
4034 hasDescendant(recordDecl(isDefinition(), in TEST()
4581 hasDescendant(nestedNameSpecifier( in TEST()
4609 decl(hasDescendant(nestedNameSpecifier(specifiesType( in TEST()
4626 hasDescendant(loc(nestedNameSpecifier( in TEST()
4652 decl(hasDescendant(loc(nestedNameSpecifier(specifiesType( in TEST()
4686 "X", decl(hasDescendant(recordDecl(hasName("X::Y")).bind("Y"))), in TEST()
4691 "X", decl(hasDescendant(recordDecl(hasName("X::Z")).bind("Z"))), in TEST()
4699 "if", stmt(hasDescendant(forStmt().bind("for"))), "for"))); in TEST()
4703 "if", stmt(hasDescendant(declStmt().bind("decl"))), "decl"))); in TEST()
4939 unless(hasAncestor(stmt(hasDescendant(cxxMemberCallExpr( in TEST()
4955 unless(hasAncestor(stmt(hasDescendant(cxxMemberCallExpr( in TEST()