Home | History | Annotate | Download | only in ASTMatchers

Lines Matching defs:anything

125 /// Example: \c DeclarationMatcher(anything()) matches all declarations, e.g.,
133 inline internal::TrueMatcher anything() { return internal::TrueMatcher(); }
294 /// \brief Matches a declaration of anything that could have a name.
576 /// fieldDecl(hasInClassInitializer(anything()))
1609 /// forStmt(hasLoopVariable(anything()))
1623 /// forStmt(hasRangeInit(anything()))
2992 /// declRefExpr(throughUsingDecl(anything()))
3030 /// declStmt(hasSingleDecl(anything()))
3213 /// 0, varDecl(hasInitializer(anything()))))
3257 /// hasAnyConstructorInitializer(anything())