Lines Matching refs:OpenCLOptions
13 bool OpenCLOptions::isKnown(llvm::StringRef Ext) const { in isKnown()
17 bool OpenCLOptions::isAvailableOption(llvm::StringRef Ext, in isAvailableOption()
29 bool OpenCLOptions::isEnabled(llvm::StringRef Ext) const { in isEnabled()
34 bool OpenCLOptions::isWithPragma(llvm::StringRef Ext) const { in isWithPragma()
39 bool OpenCLOptions::isSupported(llvm::StringRef Ext, in isSupported()
46 bool OpenCLOptions::isSupportedCore(llvm::StringRef Ext, in isSupportedCore()
53 bool OpenCLOptions::isSupportedOptionalCore(llvm::StringRef Ext, in isSupportedOptionalCore()
60 bool OpenCLOptions::isSupportedCoreOrOptionalCore(llvm::StringRef Ext, in isSupportedCoreOrOptionalCore()
65 bool OpenCLOptions::isSupportedExtension(llvm::StringRef Ext, in isSupportedExtension()
73 void OpenCLOptions::enable(llvm::StringRef Ext, bool V) { in enable()
77 void OpenCLOptions::acceptsPragma(llvm::StringRef Ext, bool V) { in acceptsPragma()
81 void OpenCLOptions::support(llvm::StringRef Ext, bool V) { in support()
87 OpenCLOptions::OpenCLOptions() { in OpenCLOptions() function in clang::OpenCLOptions
93 void OpenCLOptions::addSupport(const llvm::StringMap<bool> &FeaturesMap, in addSupport()
102 void OpenCLOptions::disableAll() { in disableAll()