Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCUDA.cpp501 bool Sema::isEmptyCudaDestructor(SourceLocation Loc, CXXDestructorDecl *DD) { in isEmptyCudaDestructor() function in Sema
536 return isEmptyCudaDestructor(Loc, RD->getDestructor()); in isEmptyCudaDestructor()
546 return isEmptyCudaDestructor(Loc, RD->getDestructor()); in isEmptyCudaDestructor()
599 return S.isEmptyCudaDestructor(VD->getLocation(), RD->getDestructor()); in HasAllowedCUDADeviceStaticInitializer()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h12800 bool isEmptyCudaDestructor(SourceLocation Loc, CXXDestructorDecl *CD);