37 cxxTemporaryObjectExpr(hasDeclaration(cxxConstructorDecl(hasParent(
38 cxxRecordDecl(matchesAnyName(Names))))))
45 cxxConstructExpr(hasParent(cxxFunctionalCastExpr()),
46 hasDeclaration(cxxConstructorDecl(hasParent(
47 cxxRecordDecl(matchesAnyName(Names))))))
Every ClangTidyCheck reports errors through a DiagnosticsEngine provided by this context.