Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DMoveConstArgCheck.cpp79 if (const auto *ConstructCallExpr = in IsRValueReferenceParam() local
81 if (const auto *ConstructorDecl = ConstructCallExpr->getConstructor()) { in IsRValueReferenceParam()