Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp617 static bool isNonConstReferenceType(QualType ParamType) { in isNonConstReferenceType() function
647 if (isNonConstReferenceType(OperatorDecl->getParamDecl(0)->getType())) in canOverloadedOperatorArgsBeModified()
651 isNonConstReferenceType(OperatorDecl->getParamDecl(1)->getType()); in canOverloadedOperatorArgsBeModified()