Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DOpenCLOptions.cpp60 bool OpenCLOptions::isSupportedCoreOrOptionalCore(llvm::StringRef Ext, in isSupportedCoreOrOptionalCore() function in clang::OpenCLOptions
70 !isSupportedCoreOrOptionalCore(Ext, LO); in isSupportedExtension()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOpenCLOptions.h138 bool isSupportedCoreOrOptionalCore(llvm::StringRef Ext,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp802 else if (Opt.isSupportedCoreOrOptionalCore(Name, getLangOpts())) in HandlePragmaOpenCLExtension()