Home
last modified time | relevance | path

Searched refs:getKernelEntryPointDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DSYCLKernelInfo.h32 const FunctionDecl *getKernelEntryPointDecl() const { in getKernelEntryPointDecl() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp354 if (!declaresSameEntity(FD, SKI->getKernelEntryPointDecl())) { in CheckSYCLEntryPointFunctionDecl()
358 Diag(SKI->getKernelEntryPointDecl()->getLocation(), in CheckSYCLEntryPointFunctionDecl()
430 assert(declaresSameEntity(SKI.getKernelEntryPointDecl(), FD) && in BuildSYCLKernelCallStmt()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1147 if (!declaresSameEntity(FD, SKI->getKernelEntryPointDecl())) { in VisitFunctionDecl()
1149 Reader.Diag(SKI->getKernelEntryPointDecl()->getLocation(), in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp15045 declaresSameEntity(FD, IT->second.getKernelEntryPointDecl())) && in registerSYCLEntryPointFunction()