Searched refs:forEachArgumentWithParam (Results 1 – 12 of 12) sorted by relevance
67 auto UsedAsConstRefOrValueArg = forEachArgumentWithParam( in constReferenceDeclRefExprs()123 auto UsedAsConstRefArg = forEachArgumentWithParam( in isCopyConstructorArgument()137 auto UsedAsConstRefArg = forEachArgumentWithParam( in isCopyAssignmentArgument()
136 callExpr(forEachArgumentWithParam( in registerMatchers()143 Finder->addMatcher(callExpr(forEachArgumentWithParam( in registerMatchers()
342 callExpr(forEachArgumentWithParam( in getReinits()348 callExpr(forEachArgumentWithParam( in getReinits()
1666 callExpr(forEachArgumentWithParam( in setup()
56 auto ArgumentWithParamMatcher = forEachArgumentWithParam( in registerMatchers()
109 return callExpr(forEachArgumentWithParam( in callByRef()
547 const auto NonConstRefParam = forEachArgumentWithParam( in findFunctionArgMutation()
246 REGISTER_MATCHER(forEachArgumentWithParam); in RegistryMaps()
844 callExpr(forEachArgumentWithParam(ArgumentY, IntParam)); in TEST()857 callExpr(forEachArgumentWithParam(ArgumentY, IntParam)); in TEST()869 callExpr(forEachArgumentWithParam(ArgumentY, IntParam)); in TEST()886 callExpr(forEachArgumentWithParam(ArgumentY, IntParam)); in TEST()910 TK_AsIs, cxxConstructExpr(forEachArgumentWithParam(ArgumentY, IntParam))); in TEST()934 forEachDescendant(callExpr(forEachArgumentWithParam( in TEST()
894 forEachArgumentWithParam( in TEST_P()905 forEachArgumentWithParam(integerLiteral(equals(42)), in TEST_P()
1687 forEachArgumentWithParam(expr().bind("arg"), in TEST_F()
4816 AST_POLYMORPHIC_MATCHER_P2(forEachArgumentWithParam, in AST_POLYMORPHIC_MATCHER_P2() argument