Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Frontend/
H A DCompilerInvocationTest.cpp533 ASSERT_EQ(Invocation.getLangOpts()->getSYCLVersion(), LangOptions::SYCL_None); in TEST_F()
549 ASSERT_EQ(Invocation.getLangOpts()->getSYCLVersion(), LangOptions::SYCL_None); in TEST_F()
566 ASSERT_EQ(Invocation.getLangOpts()->getSYCLVersion(), LangOptions::SYCL_None); in TEST_F()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h155 SYCL_None, enumerator
H A DLangOptions.def276 ENUM_LANGOPT(SYCLVersion , SYCLMajorVersion, 2, SYCL_None, "Version of the SYCL standard used")
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td6295 MarshallingInfoEnum<LangOpts<"SYCLVersion">, "SYCL_None">,