22AST_MATCHER_P(CXXRecordDecl, matchesAnyName, ArrayRef<StringRef>, Names) {
32 cxxTemporaryObjectExpr(hasDeclaration(cxxConstructorDecl(hasParent(
33 cxxRecordDecl(matchesAnyName(Names))))))
40 cxxConstructExpr(hasParent(cxxFunctionalCastExpr()),
41 hasDeclaration(cxxConstructorDecl(hasParent(
42 cxxRecordDecl(matchesAnyName(Names))))))