Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCUDA.cpp461 bool Sema::isEmptyCudaConstructor(SourceLocation Loc, CXXConstructorDecl *CD) { in isEmptyCudaConstructor() function in Sema
491 return isEmptyCudaConstructor(Loc, CE->getConstructor()); in isEmptyCudaConstructor()
563 isEmptyCudaConstructor(VD->getLocation(), CE->getConstructor()); in checkAllowedCUDAInitializer()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12179 bool isEmptyCudaConstructor(SourceLocation Loc, CXXConstructorDecl *CD);