Home
last modified time | relevance | path

Searched refs:isSYCL (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DLangOptions.h465 bool isSYCL() const { return SYCLIsDevice || SYCLIsHost; } in isSYCL() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DIdentifierTable.cpp159 if (LangOpts.isSYCL() && (Flags & KEYSYCL)) in getKeywordStatus()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTContext.cpp11737 assert(getLangOpts().isSYCL() && "Only valid for SYCL programs"); in AddSYCLKernelNamingDecl()
11748 assert(getLangOpts().isSYCL() && "Only valid for SYCL programs"); in IsSYCLKernelNamingDecl()
11786 assert(getLangOpts().isSYCL() && "Only valid for SYCL programs"); in GetSYCLKernelNamingIndex()