• Home
  • Raw
  • Download

Lines Matching refs:hasDescendant

380                                 hasDescendant(fieldDecl(hasName("a"))))));  in TEST()
387 hasDescendant(fieldDecl(hasName("a")))))); in TEST()
573 hasDescendant(recordDecl(hasName("X"))), in TEST()
588 hasDescendant(recordDecl(has(recordDecl(hasName("Y"))), in TEST()
611 hasDescendant(recordDecl(hasDescendant(recordDecl(hasName("Y"))), in TEST()
690 decl(hasDescendant(loc(builtinType()))))); in TEST()
692 stmt(hasDescendant(builtinType())))); in TEST()
695 stmt(hasDescendant(loc(builtinType()))))); in TEST()
697 stmt(hasDescendant(qualType(builtinType()))))); in TEST()
700 stmt(hasDescendant(isInteger())))); in TEST()
705 varDecl(hasDescendant(isInteger())).bind("x"))), in TEST()
711 qualType(hasDescendant(builtinType())))); in TEST()
713 qualType(hasDescendant( in TEST()
716 typeLoc(hasDescendant(loc(builtinType()))))); in TEST()
773 hasDescendant(declRefExpr(to(varDecl(hasName("i")))))); in TEST()
850 recordDecl(hasName("A"), hasDescendant(ClassX)), in TEST()
851 recordDecl(hasName("B"), hasDescendant(ClassX)))), in TEST()
1081 operatorCallExpr(hasDescendant(operatorCallExpr())))); in TEST()
1315 hasDescendant(declRefExpr(to( in TEST()
2221 hasDescendant(callExpr(callee(methodDecl(hasName("x")))))))); in TEST()
2846 hasSourceExpression(hasDescendant( in TEST()
3058 recordDecl(hasName("A"), allOf(hasDescendant(m), anyOf(m, anything()))), in TEST()
3264 recordDecl(isTemplateInstantiation(), hasDescendant( in TEST()
3279 recordDecl(isTemplateInstantiation(), hasDescendant( in TEST()
3415 hasDescendant(recordDecl(isDefinition(), in TEST()
3902 hasDescendant(nestedNameSpecifier( in TEST()
3930 decl(hasDescendant(nestedNameSpecifier(specifiesType( in TEST()
3947 hasDescendant(loc(nestedNameSpecifier( in TEST()
3973 decl(hasDescendant(loc(nestedNameSpecifier(specifiesType( in TEST()
4007 "X", decl(hasDescendant(recordDecl(hasName("X::Y")).bind("Y"))), in TEST()
4012 "X", decl(hasDescendant(recordDecl(hasName("X::Z")).bind("Z"))), in TEST()
4020 "if", stmt(hasDescendant(forStmt().bind("for"))), "for"))); in TEST()
4024 "if", stmt(hasDescendant(declStmt().bind("decl"))), "decl"))); in TEST()