Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DMakeSmartPtrCheck.cpp298 auto HasListIntializedArgument = [](const CXXConstructExpr *CE) { in replaceNew() local
354 if (HasListIntializedArgument(CE)) in replaceNew()
377 HasListIntializedArgument(NewConstruct)) { in replaceNew()