Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DShrinkToFitCheck.cpp28 const auto CopyCtorCall = cxxConstructExpr(hasArgument( in registerMatchers() local
46 ast_type_traits::TK_AsIs, hasDescendant(CopyCtorCall))))), in registerMatchers()