diff --git a/clang/include/clang/ASTMatchers/ASTMatchers.h b/clang/include/clang/ASTMatchers/ASTMatchers.h index e37c68a8f156..f5c4fe63182f 100644 --- a/clang/include/clang/ASTMatchers/ASTMatchers.h +++ b/clang/include/clang/ASTMatchers/ASTMatchers.h @@ -562,6 +562,18 @@ extern const internal::VariadicDynCastAllOfMatcher templateTypeParmDecl; +/// Matches template template parameter declarations. +/// +/// Given +/// \code +/// template