Home
last modified time | relevance | path

Searched refs:ParamT1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h323 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 DASTStructuralEquivalence.cpp2165 ParamT1 = Method1->param_type_begin(), in IsStructurallyEquivalent() local
2169 (ParamT1 != ParamT1End) && (ParamT2 != ParamT2End); in IsStructurallyEquivalent()
2170 ++ParamT1, ++ParamT2) { in IsStructurallyEquivalent()
2171 if (!IsStructurallyEquivalent(Context, *ParamT1, *ParamT2)) in IsStructurallyEquivalent()