Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DMakeSmartPtrCheck.cpp299 auto HasListIntializedArgument = [](const CXXConstructExpr *CE) { in replaceNew() local
355 if (HasListIntializedArgument(CE)) in replaceNew()
378 HasListIntializedArgument(NewConstruct)) { in replaceNew()