Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.cpp615 static bool isNonConstReferenceType(QualType ParamType) { in isNonConstReferenceType() function
645 if (isNonConstReferenceType(OperatorDecl->getParamDecl(0)->getType())) in canOverloadedOperatorArgsBeModified()
649 isNonConstReferenceType(OperatorDecl->getParamDecl(1)->getType()); in canOverloadedOperatorArgsBeModified()