Searched refs:isEmptyConstructor (Results 1 – 2 of 2) sorted by relevance
243 bool isEmptyConstructor(SourceLocation Loc, CXXConstructorDecl *CD);
512 bool SemaCUDA::isEmptyConstructor(SourceLocation Loc, CXXConstructorDecl *CD) { in isEmptyConstructor() function in SemaCUDA542 return isEmptyConstructor(Loc, CE->getConstructor()); in isEmptyConstructor()635 return S.isEmptyConstructor(VD->getLocation(), CE->getConstructor()); in HasAllowedCUDADeviceStaticInitializer()