Lines Matching refs:AllOf
390 TEST(AllOf, AllOverloadsWork) {
396 callExpr(allOf(callee(functionDecl(hasName("f"))),
399 callExpr(allOf(callee(functionDecl(hasName("f"))),
404 callExpr(allOf(callee(functionDecl(hasName("f"))),
410 callExpr(allOf(callee(functionDecl(hasName("f"))),
420 recordDecl(anyOf(hasName("Y"), allOf(isDerivedFrom("X"), hasName("Z"))));
1762 allOf(forField(hasName("foo_")), isWritten())))));
1764 allOf(forField(hasName("bar_")), isWritten())))));
1766 allOf(forField(hasName("bar_")), unless(isWritten()))))));
3058 recordDecl(hasName("A"), allOf(hasDescendant(m), anyOf(m, anything()))),
3470 allOf(hasAncestor(recordDecl(isTemplateInstantiation())),
3493 hasParent(compoundStmt(allOf(
4132 stmt(allOf(ifStmt().bind("if"),
4137 stmt(allOf(ifStmt().bind("if"), has(stmt(equalsBoundNode("if")))))));
4143 decl(allOf(recordDecl(hasName("::X::Y")).bind("record"),
4147 decl(allOf(recordDecl(hasName("::X")).bind("record"),