Searched refs:forEachArgumentWithParamType (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/ |
| H A D | MoveConstArgCheck.cpp | 62 auto ArgumentWithParamTypeMatcher = forEachArgumentWithParamType( in registerMatchers()
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersTraversalTest.cpp | 944 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 D | ExprMutationAnalyzer.cpp | 328 const auto NonConstRefParam = forEachArgumentWithParamType( in findDirectMutation()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 247 REGISTER_MATCHER(forEachArgumentWithParamType); in RegistryMaps()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 4877 AST_POLYMORPHIC_MATCHER_P2(forEachArgumentWithParamType, in AST_POLYMORPHIC_MATCHER_P2() argument
|