Searched refs:isEmptyDestructor (Results 1 – 2 of 2) sorted by relevance
550 bool SemaCUDA::isEmptyDestructor(SourceLocation Loc, CXXDestructorDecl *DD) { in isEmptyDestructor() function in SemaCUDA585 return isEmptyDestructor(Loc, RD->getDestructor()); in isEmptyDestructor()595 return isEmptyDestructor(Loc, RD->getDestructor()); in isEmptyDestructor()648 return S.isEmptyDestructor(VD->getLocation(), RD->getDestructor()); in HasAllowedCUDADeviceStaticInitializer()
244 bool isEmptyDestructor(SourceLocation Loc, CXXDestructorDecl *CD);