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()
465 callExpr(isTypeDependent(), hasAnyArgument(canResolveToExpr(Exp))), in findDirectMutation()466 cxxUnresolvedConstructExpr(hasAnyArgument(canResolveToExpr(Exp))), in findDirectMutation()770 hasAnyArgument(canResolveToExprPointee(Exp)), isInstantiationDependent()); in findPointeeToNonConst()
277 REGISTER_MATCHER(hasAnyArgument); in RegistryMaps()
4984 AST_POLYMORPHIC_MATCHER_P(hasAnyArgument, in AST_POLYMORPHIC_MATCHER_P() argument