Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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>:: \
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2044 ParamT1 = Method1->param_type_begin(), in IsStructurallyEquivalent() local
2048 (ParamT1 != ParamT1End) && (ParamT2 != ParamT2End); in IsStructurallyEquivalent()
2049 ++ParamT1, ++ParamT2) { in IsStructurallyEquivalent()
2050 if (!IsStructurallyEquivalent(Context, *ParamT1, *ParamT2)) in IsStructurallyEquivalent()