Lines Matching defs:Meth
10848 if (const auto *Meth = dyn_cast<CXXMethodDecl>(Fn)) {
10851 if (!Meth->isImplicit())
10854 if (Meth->isMoveAssignmentOperator())
10857 if (Meth->isCopyAssignmentOperator())
10860 assert(isa<CXXConversionDecl>(Meth) && "expected conversion");
11783 CXXMethodDecl *Meth = dyn_cast<CXXMethodDecl>(Callee);
11784 if (Meth != nullptr && Meth->isImplicit()) {
11785 CXXRecordDecl *ParentClass = Meth->getParent();
11809 if (Meth->getNumParams()) {
11811 Meth->getParamDecl(0)->getType()->getAs<ReferenceType>()) {
11816 S.CUDA().inferTargetForImplicitSpecialMember(ParentClass, CSM, Meth,