Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp352 getASTContext().findSYCLKernelInfo(SKEPAttr->getKernelName()); in CheckSYCLEntryPointFunctionDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3490 const SYCLKernelInfo *findSYCLKernelInfo(QualType T) const;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1145 const SYCLKernelInfo *SKI = C.findSYCLKernelInfo(SKEPAttr->getKernelName()); in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp15057 const SYCLKernelInfo *ASTContext::findSYCLKernelInfo(QualType T) const { in findSYCLKernelInfo() function in ASTContext