Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCUDA.cpp355 bool Sema::isEmptyCudaConstructor(SourceLocation Loc, CXXConstructorDecl *CD) { in isEmptyCudaConstructor() function in Sema
381 return isEmptyCudaConstructor(Loc, CE->getConstructor()); in isEmptyCudaConstructor()
DSemaDecl.cpp10549 isEmptyCudaConstructor(VD->getLocation(), CE->getConstructor()); in FinalizeDeclaration()
/external/llvm-project/clang/lib/Sema/
DSemaCUDA.cpp423 bool Sema::isEmptyCudaConstructor(SourceLocation Loc, CXXConstructorDecl *CD) { in isEmptyCudaConstructor() function in Sema
453 return isEmptyCudaConstructor(Loc, CE->getConstructor()); in isEmptyCudaConstructor()
525 isEmptyCudaConstructor(VD->getLocation(), CE->getConstructor()); in checkAllowedCUDAInitializer()
/external/clang/include/clang/Sema/
DSema.h9167 bool isEmptyCudaConstructor(SourceLocation Loc, CXXConstructorDecl *CD);
/external/llvm-project/clang/include/clang/Sema/
DSema.h11962 bool isEmptyCudaConstructor(SourceLocation Loc, CXXConstructorDecl *CD);