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