Home
last modified time | relevance | path

Searched refs:isEmptyConstructor (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCUDA.h243 bool isEmptyConstructor(SourceLocation Loc, CXXConstructorDecl *CD);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp512 bool SemaCUDA::isEmptyConstructor(SourceLocation Loc, CXXConstructorDecl *CD) { in isEmptyConstructor() function in SemaCUDA
542 return isEmptyConstructor(Loc, CE->getConstructor()); in isEmptyConstructor()
635 return S.isEmptyConstructor(VD->getLocation(), CE->getConstructor()); in HasAllowedCUDADeviceStaticInitializer()