Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenCLOptions.cpp75 bool OpenCLOptions::isSupportedCoreOrOptionalCore(llvm::StringRef Ext, in isSupportedCoreOrOptionalCore() function in clang::OpenCLOptions
85 !isSupportedCoreOrOptionalCore(Ext, LO); in isSupportedExtension()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenCLOptions.h156 bool isSupportedCoreOrOptionalCore(llvm::StringRef Ext,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp996 else if (Opt.isSupportedCoreOrOptionalCore(Name, getLangOpts())) in HandlePragmaOpenCLExtension()