Lines Matching refs:anyOf
420 recordDecl(anyOf(hasName("Y"), allOf(isDerivedFrom("X"), hasName("Z"))));
429 recordDecl(anyOf(hasName("X"), hasName("Y"), hasName("Z"), hasName("U")));
434 recordDecl(anyOf(hasName("X"), hasName("Y"), hasName("Z"), hasName("U"),
518 anyOf(
520 anyOf(
527 anyOf(
827 StatementMatcher matcher = anyOf(
849 DeclarationMatcher(anyOf(
2241 anyOf(
3050 recordDecl(hasName("A"), anyOf(m, forEachDescendant(m))),
3054 // first part of anyOf(m, anything()) will not overwrite the
3058 recordDecl(hasName("A"), allOf(hasDescendant(m), anyOf(m, anything()))),
3110 // alternative is matched; for anyOf, that means the first branch
3118 anyOf(forEachDescendant(recordDecl(hasName("Y"))), anything())),
3122 anyOf(unless(anything()), anything())),
3219 findAll(decl(anyOf(recordDecl(hasName("::A")).bind("v"),