Lines Matching full:anything
1170 alignOfExpr(anything())));
1716 constructorDecl(hasAnyConstructorInitializer(anything()))));
1722 constructorDecl(hasAnyConstructorInitializer(anything()))));
2227 const TypeMatcher AnyType = anything();
2242 TypeMatcher(hasDeclaration(anything())),
2308 forStmt(hasCondition(anything()))));
2310 forStmt(hasLoopInit(anything()))));
2317 forStmt(hasLoopInit(anything()))));
2638 pointsTo(TypeMatcher(anything()))))));
2649 pointsTo(TypeMatcher(anything()))))));
2656 unless(anything())))));
2660 unless(anything())))));
2713 unless(anything()))))));
2716 unless(anything()))))));
2778 unless(anything()))))));
2784 unless(anything()))))));
2788 unless(anything()))))));
2822 unless(anything()))))));
2895 declRefExpr(throughUsingDecl(anything()))));
2898 declRefExpr(throughUsingDecl(anything()))));
2903 declStmt(hasSingleDecl(varDecl(hasInitializer(anything()))));
2911 DeclarationMatcher MatchesInit = varDecl(hasInitializer(anything()));
3054 // first part of anyOf(m, anything()) will not overwrite the
3058 recordDecl(hasName("A"), allOf(hasDescendant(m), anyOf(m, anything()))),
3118 anyOf(forEachDescendant(recordDecl(hasName("Y"))), anything())),
3122 anyOf(unless(anything()), anything())),