Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenSYCL.cpp58 const SYCLKernelInfo &KernelInfo = Ctx.getSYCLKernelInfo(KernelNameType); in EmitSYCLKernelCaller()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp429 getASTContext().getSYCLKernelInfo(SKEPAttr->getKernelName()); in BuildSYCLKernelCallStmt()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3485 const SYCLKernelInfo &getSYCLKernelInfo(QualType T) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp15052 const SYCLKernelInfo &ASTContext::getSYCLKernelInfo(QualType T) const { in getSYCLKernelInfo() function in ASTContext