Lines Matching defs:isStdSmartPtr
115 static bool isStdSmartPtr(const CXXRecordDecl *RD) {
119 static bool isStdSmartPtr(const Expr *E) {
120 return isStdSmartPtr(E->getType()->getAsCXXRecordDecl());
131 return isStdSmartPtr(MethodDecl->getParent());
134 bool isStdSmartPtr(const CXXRecordDecl *RD) {
145 bool isStdSmartPtr(const Expr *E) {
146 return isStdSmartPtr(E->getType()->getAsCXXRecordDecl());
265 return isStdSmartPtr(Call.getArgExpr(1)) &&
272 return smartptr::isStdSmartPtr(Call.getArgExpr(0)) ||
273 smartptr::isStdSmartPtr(Call.getArgExpr(1));
294 if (!smartptr::isStdSmartPtr(FirstArg->getType()->getAsCXXRecordDecl()))