Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp284 if (Context.getLangOpts().isSYCL()) in createMangleNumberingContext()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h712 bool isSYCL() const { return SYCLIsDevice || SYCLIsHost; } in isSYCL() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp199 return LangOpts.isSYCL() ? KS_Enabled : KS_Unknown; in getKeywordStatusHelper()