Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:anything

638                cxxConstructorDecl(hasAnyConstructorInitializer(anything()))));
644 cxxConstructorDecl(hasAnyConstructorInitializer(anything()))));
985 forStmt(hasCondition(anything()))));
987 forStmt(hasLoopInit(anything()))));
992 cxxForRangeStmt(hasLoopVariable(anything()))));
1002 forStmt(hasLoopInit(anything()))));
1066 pointsTo(TypeMatcher(anything()))))));
1077 pointsTo(TypeMatcher(anything()))))));
1084 unless(anything())))));
1088 unless(anything())))));
1120 unless(anything()))))));
1123 unless(anything()))))));
1185 unless(anything()))))));
1191 unless(anything()))))));
1195 unless(anything()))))));
1229 unless(anything()))))));
1269 declRefExpr(throughUsingDecl(anything()))));
1272 declRefExpr(throughUsingDecl(anything()))));
1277 declStmt(hasSingleDecl(varDecl(hasInitializer(anything()))));
1285 DeclarationMatcher MatchesInit = varDecl(hasInitializer(anything()));
1380 // first part of anyOf(m, anything()) will not overwrite the
1384 recordDecl(hasName("A"), allOf(hasDescendant(m), anyOf(m, anything()))),
1444 anyOf(forEachDescendant(recordDecl(hasName("Y"))), anything())),
1448 anyOf(unless(anything()), anything())),