Searched refs:isSYCL (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftCXXABI.cpp129 else if (Context.getLangOpts().isSYCL()) {
195 } else if (Context.getLangOpts().isSYCL()) {
H A DItaniumCXXABI.cpp284 if (Context.getLangOpts().isSYCL())
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp199 return LangOpts.isSYCL() ? KS_Enabled : KS_Unknown;
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h670 bool isSYCL() const { return SYCLIsDevice || SYCLIsHost; } function in class:clang::LangOptions

Completed in 65 milliseconds