Home
last modified time | relevance | path

Searched refs:isEmptyCudaDestructor (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp535 bool Sema::isEmptyCudaDestructor(SourceLocation Loc, CXXDestructorDecl *DD) { in isEmptyCudaDestructor() function in Sema
570 return isEmptyCudaDestructor(Loc, RD->getDestructor()); in isEmptyCudaDestructor()
580 return isEmptyCudaDestructor(Loc, RD->getDestructor()); in isEmptyCudaDestructor()
633 return S.isEmptyCudaDestructor(VD->getLocation(), RD->getDestructor()); in HasAllowedCUDADeviceStaticInitializer()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13599 bool isEmptyCudaDestructor(SourceLocation Loc, CXXDestructorDecl *CD);