Searched refs:isEmptyCudaDestructor (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCUDA.cpp | 389 bool Sema::isEmptyCudaDestructor(SourceLocation Loc, CXXDestructorDecl *DD) { in isEmptyCudaDestructor() function in Sema 419 return isEmptyCudaDestructor(Loc, RD->getDestructor()); in isEmptyCudaDestructor() 429 return isEmptyCudaDestructor(Loc, RD->getDestructor()); in isEmptyCudaDestructor()
|
D | SemaDecl.cpp | 10562 isEmptyCudaDestructor(VD->getLocation(), RD->getDestructor()); in FinalizeDeclaration()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCUDA.cpp | 461 bool Sema::isEmptyCudaDestructor(SourceLocation Loc, CXXDestructorDecl *DD) { in isEmptyCudaDestructor() function in Sema 496 return isEmptyCudaDestructor(Loc, RD->getDestructor()); in isEmptyCudaDestructor() 506 return isEmptyCudaDestructor(Loc, RD->getDestructor()); in isEmptyCudaDestructor() 543 isEmptyCudaDestructor(VD->getLocation(), RD->getDestructor()); in checkAllowedCUDAInitializer()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 9168 bool isEmptyCudaDestructor(SourceLocation Loc, CXXDestructorDecl *CD);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 11963 bool isEmptyCudaDestructor(SourceLocation Loc, CXXDestructorDecl *CD);
|