Searched refs:ParamT2 (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersMacros.h | 323 template <typename NodeType, typename ParamT1, typename ParamT2> \ 352 template <typename NodeType, typename ParamT1, typename ParamT2> \ 354 NodeType, ParamT1, ParamT2>:: \
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 1999 ParamT2 = Method2->param_type_begin(), in IsStructurallyEquivalent() local 2001 (ParamT1 != ParamT1End) && (ParamT2 != ParamT2End); in IsStructurallyEquivalent() 2002 ++ParamT1, ++ParamT2) { in IsStructurallyEquivalent() 2003 if (!IsStructurallyEquivalent(Context, *ParamT1, *ParamT2)) in IsStructurallyEquivalent()
|