Searched refs:ParamT1 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/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>:: \
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTStructuralEquivalence.cpp | 2202 ParamT1 = Method1->param_type_begin(), in IsStructurallyEquivalent() local 2206 (ParamT1 != ParamT1End) && (ParamT2 != ParamT2End); in IsStructurallyEquivalent() 2207 ++ParamT1, ++ParamT2) { in IsStructurallyEquivalent() 2208 if (!IsStructurallyEquivalent(Context, *ParamT1, *ParamT2)) in IsStructurallyEquivalent()
|