Searched refs:getKernelEntryPointDecl (Results 1 – 4 of 4) sorted by relevance
32 const FunctionDecl *getKernelEntryPointDecl() const { in getKernelEntryPointDecl() function
354 if (!declaresSameEntity(FD, SKI->getKernelEntryPointDecl())) { in CheckSYCLEntryPointFunctionDecl()358 Diag(SKI->getKernelEntryPointDecl()->getLocation(), in CheckSYCLEntryPointFunctionDecl()430 assert(declaresSameEntity(SKI.getKernelEntryPointDecl(), FD) && in BuildSYCLKernelCallStmt()
1147 if (!declaresSameEntity(FD, SKI->getKernelEntryPointDecl())) { in VisitFunctionDecl()1149 Reader.Diag(SKI->getKernelEntryPointDecl()->getLocation(), in VisitFunctionDecl()
15045 declaresSameEntity(FD, IT->second.getKernelEntryPointDecl())) && in registerSYCLEntryPointFunction()