Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DMoveConstArgCheck.cpp72 const QualType *InvocationParmType, in IsRValueReferenceParam() argument
74 if (Invocation && (*InvocationParmType)->isRValueReferenceType() && in IsRValueReferenceParam()
97 const auto *InvocationParmType = in check() local
142 IsRValueReferenceParam(ReceivingExpr, InvocationParmType, Arg); in check()
179 QualType NoRefType = (*InvocationParmType)->getPointeeType(); in check()
195 << *InvocationParmType << ExpectParmTypeName; in check()
198 if ((*InvocationParmType)->isRValueReferenceType()) in check()