Searched refs:isEmptyDestructor (Results 1 – 2 of 2) sorted by relevance
565 bool SemaCUDA::isEmptyDestructor(SourceLocation Loc, CXXDestructorDecl *DD) { in isEmptyDestructor() function in SemaCUDA600 return isEmptyDestructor(Loc, RD->getDestructor()); in isEmptyDestructor()610 return isEmptyDestructor(Loc, RD->getDestructor()); in isEmptyDestructor()663 return S.isEmptyDestructor(VD->getLocation(), RD->getDestructor()); in HasAllowedCUDADeviceStaticInitializer()
254 bool isEmptyDestructor(SourceLocation Loc, CXXDestructorDecl *CD);