Searched refs:isEmptyCudaDestructor (Results 1 – 3 of 3) sorted by relevance
389 bool Sema::isEmptyCudaDestructor(SourceLocation Loc, CXXDestructorDecl *DD) { in isEmptyCudaDestructor() function in Sema419 return isEmptyCudaDestructor(Loc, RD->getDestructor()); in isEmptyCudaDestructor()429 return isEmptyCudaDestructor(Loc, RD->getDestructor()); in isEmptyCudaDestructor()
10562 isEmptyCudaDestructor(VD->getLocation(), RD->getDestructor()); in FinalizeDeclaration()
9168 bool isEmptyCudaDestructor(SourceLocation Loc, CXXDestructorDecl *CD);