reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
279 assert(!isa<CXXConstructorDecl>(MD) && "wrong method for constructors!"); 280 assert(!isa<CXXDestructorDecl>(MD) && "wrong method for destructors!"); 282 CanQualType FT = GetFormalType(MD).getAs<Type>(); 283 setCUDAKernelCallingConvention(FT, CGM, MD); 286 if (MD->isInstance()) { 288 const CXXRecordDecl *ThisType = TheCXXABI.getThisArgumentTypeForMethod(MD); 289 return arrangeCXXMethodType(ThisType, prototype.getTypePtr(), MD);