Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DMakeSmartPtrCheck.cpp307 if (const auto *CEArg = dyn_cast<CXXConstructExpr>(Arg)) { in replaceNew() local
311 if (CEArg->isElidable()) { in replaceNew()
312 if (const auto *TempExp = CEArg->getArg(0)) { in replaceNew()
315 CEArg = UnwrappedCE; in replaceNew()
318 if (CEArg->isStdInitListInitialization()) in replaceNew()