Home
last modified time | relevance | path

Searched refs:forEachArgumentWithParamType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DMoveConstArgCheck.cpp62 auto ArgumentWithParamTypeMatcher = forEachArgumentWithParamType( in registerMatchers()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp944 callExpr(forEachArgumentWithParamType(ArgumentY, IntType)); in TEST()
957 callExpr(forEachArgumentWithParamType(ArgumentY, IntType)); in TEST()
969 callExpr(forEachArgumentWithParamType(ArgumentY, IntType)); in TEST()
986 callExpr(forEachArgumentWithParamType(ArgumentY, IntType)); in TEST()
1008 cxxConstructExpr(forEachArgumentWithParamType(ArgumentY, IntType)); in TEST()
1031 callExpr(forEachArgumentWithParamType(ArgumentY, IntType)); in TEST()
1052 forEachDescendant(callExpr(forEachArgumentWithParamType( in TEST()
1062 callExpr(forEachArgumentWithParamType(ArgumentY, IntType)); in TEST()
1079 callExpr(forEachArgumentWithParamType(ArgumentY, IntType)); in TEST()
1102 callExpr(forEachArgumentWithParamType(ArgumentY, IntType)); in TEST()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp328 const auto NonConstRefParam = forEachArgumentWithParamType( in findDirectMutation()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp247 REGISTER_MATCHER(forEachArgumentWithParamType); in RegistryMaps()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4877 AST_POLYMORPHIC_MATCHER_P2(forEachArgumentWithParamType, in AST_POLYMORPHIC_MATCHER_P2() argument