Searched refs:isEmptyCudaConstructor (Results 1 – 2 of 2) sorted by relevance
461 bool Sema::isEmptyCudaConstructor(SourceLocation Loc, CXXConstructorDecl *CD) { in isEmptyCudaConstructor() function in Sema491 return isEmptyCudaConstructor(Loc, CE->getConstructor()); in isEmptyCudaConstructor()563 isEmptyCudaConstructor(VD->getLocation(), CE->getConstructor()); in checkAllowedCUDAInitializer()
12179 bool isEmptyCudaConstructor(SourceLocation Loc, CXXConstructorDecl *CD);