Lines Matching refs:anyOf
125 anyOf( in TEST()
127 anyOf( in TEST()
134 anyOf( in TEST()
268 decl(anyOf(hasDescendant(RD), hasDescendant(VD))))); in TEST()
294 anyOf(hasName("Y"), allOf(isDerivedFrom("X"), hasName("Z")))); in TEST()
302 recordDecl(anyOf(hasName("X"), hasName("Y"), hasName("Z"), hasName("U"))); in TEST()
307 recordDecl(anyOf(hasName("X"), hasName("Y"), hasName("Z"), hasName("U"), in TEST()
316 StatementMatcher MixedTypes = stmt(anyOf(ifStmt(), binaryOperator())); in TEST()
323 cxxCatchStmt(anyOf(hasDescendant(varDecl()), isCatchAll())))); in TEST()
571 StatementMatcher matcher = anyOf( in TEST()
593 DeclarationMatcher(anyOf( in TEST()
1311 anyOf( in TEST()
1903 callee(cxxMethodDecl(anyOf(hasName("size"), hasName("length")))), in TEST()
1919 callee(cxxMethodDecl(anyOf(hasName("size"), hasName("length")))), in TEST()