Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCUDA.cpp389 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()
DSemaDecl.cpp10562 isEmptyCudaDestructor(VD->getLocation(), RD->getDestructor()); in FinalizeDeclaration()
/external/clang/include/clang/Sema/
DSema.h9168 bool isEmptyCudaDestructor(SourceLocation Loc, CXXDestructorDecl *CD);