Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DMakeSmartPtrCheck.cpp306 if (const auto *CEArg = dyn_cast<CXXConstructExpr>(Arg)) { in replaceNew() local
310 if (CEArg->isElidable()) { in replaceNew()
311 if (const auto *TempExp = CEArg->getArg(0)) { in replaceNew()
314 CEArg = UnwrappedCE; in replaceNew()
317 if (CEArg->isStdInitListInitialization()) in replaceNew()