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()584 return S.isEmptyCudaConstructor(VD->getLocation(), CE->getConstructor()); in HasAllowedCUDADeviceStaticInitializer()
13172 bool isEmptyCudaConstructor(SourceLocation Loc, CXXConstructorDecl *CD);