Lines Matching refs:Method
28 // Decl Allocation/Deallocation Method Implementations
434 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(D)) {
435 if (Method->isVirtual()) {
546 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(D)) {
547 if (Method->isCopyAssignmentOperator()) {
551 Method->getParamDecl(0)->getType()->getAs<ReferenceType>();
556 if (Method->isMoveAssignmentOperator())
590 if (!Method->isImplicit() && !Method->isUserProvided()) {
591 // This method is user-declared but not user-provided. We can't work out
593 // We'll handle this method in finishedDefaultedOrDeletedMember.
594 } else if (Method->isTrivial())
603 if (!Method->isImplicit()) {
1364 if (SO->second.front().Method->isPure()) {
1563 assert(MD->isCanonicalDecl() && "Method is not canonical!");
1565 "Can't add an overridden method to a class template!");
1566 assert(MD->isVirtual() && "Method is not virtual!");
1871 // Hack: we store the inherited constructor in the overridden method table
1881 // Hack: we store the inherited constructor in the overridden method table