Searched refs:hasAnyArgument (Results 1 – 5 of 5) sorted by relevance
192 auto ArgumentCaptureM = hasAnyArgument( in checkASTCodeBody()199 auto WritesOrCapturesInBlockM = hasAnyArgument(allOf( in checkASTCodeBody()
278 callExpr(hasAnyArgument(allOf(hasType(SuspiciousScalarTypeM), in checkASTCodeBody()
414 callExpr(isTypeDependent(), hasAnyArgument(canResolveToExpr(Exp))), in findDirectMutation()415 cxxUnresolvedConstructExpr(hasAnyArgument(canResolveToExpr(Exp))), in findDirectMutation()
275 REGISTER_MATCHER(hasAnyArgument); in RegistryMaps()
4891 AST_POLYMORPHIC_MATCHER_P(hasAnyArgument, in AST_POLYMORPHIC_MATCHER_P() argument