Lines Matching refs:OpenCLOptions
15 bool OpenCLOptions::isKnown(llvm::StringRef Ext) const { in isKnown()
19 bool OpenCLOptions::isAvailableOption(llvm::StringRef Ext, in isAvailableOption()
31 bool OpenCLOptions::isEnabled(llvm::StringRef Ext) const { in isEnabled()
36 bool OpenCLOptions::isWithPragma(llvm::StringRef Ext) const { in isWithPragma()
41 bool OpenCLOptions::isSupported(llvm::StringRef Ext, in isSupported()
48 bool OpenCLOptions::isSupportedCore(llvm::StringRef Ext, in isSupportedCore()
55 bool OpenCLOptions::isSupportedOptionalCore(llvm::StringRef Ext, in isSupportedOptionalCore()
62 bool OpenCLOptions::isSupportedCoreOrOptionalCore(llvm::StringRef Ext, in isSupportedCoreOrOptionalCore()
67 bool OpenCLOptions::isSupportedExtension(llvm::StringRef Ext, in isSupportedExtension()
75 void OpenCLOptions::enable(llvm::StringRef Ext, bool V) { in enable()
79 void OpenCLOptions::acceptsPragma(llvm::StringRef Ext, bool V) { in acceptsPragma()
83 void OpenCLOptions::support(llvm::StringRef Ext, bool V) { in support()
89 OpenCLOptions::OpenCLOptions() { in OpenCLOptions() function in clang::OpenCLOptions
95 void OpenCLOptions::addSupport(const llvm::StringMap<bool> &FeaturesMap, in addSupport()
104 void OpenCLOptions::disableAll() { in disableAll()
109 bool OpenCLOptions::diagnoseUnsupportedFeatureDependencies( in diagnoseUnsupportedFeatureDependencies()
131 bool OpenCLOptions::diagnoseFeatureExtensionDifferences( in diagnoseFeatureExtensionDifferences()