Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp550 bool SemaCUDA::isEmptyDestructor(SourceLocation Loc, CXXDestructorDecl *DD) { in isEmptyDestructor() function in SemaCUDA
585 return isEmptyDestructor(Loc, RD->getDestructor()); in isEmptyDestructor()
595 return isEmptyDestructor(Loc, RD->getDestructor()); in isEmptyDestructor()
648 return S.isEmptyDestructor(VD->getLocation(), RD->getDestructor()); in HasAllowedCUDADeviceStaticInitializer()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCUDA.h244 bool isEmptyDestructor(SourceLocation Loc, CXXDestructorDecl *CD);