Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp565 bool SemaCUDA::isEmptyDestructor(SourceLocation Loc, CXXDestructorDecl *DD) { in isEmptyDestructor() function in SemaCUDA
600 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()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCUDA.h254 bool isEmptyDestructor(SourceLocation Loc, CXXDestructorDecl *CD);