Searched refs:ParamT2 (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersMacros.h | 325 template <typename NodeType, typename ParamT1, typename ParamT2> \ 354 template <typename NodeType, typename ParamT1, typename ParamT2> \ 356 NodeType, ParamT1, ParamT2>:: \
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 2473 ParamT2 = Method2->param_type_begin(), in IsStructurallyEquivalent() local 2475 (ParamT1 != ParamT1End) && (ParamT2 != ParamT2End); in IsStructurallyEquivalent() 2476 ++ParamT1, ++ParamT2) { in IsStructurallyEquivalent() 2477 if (!IsStructurallyEquivalent(Context, *ParamT1, *ParamT2)) in IsStructurallyEquivalent()
|