Lines Matching refs:OpenCLOptions
28 bool OpenCLOptions::isKnown(llvm::StringRef Ext) const { in isKnown()
32 bool OpenCLOptions::isAvailableOption(llvm::StringRef Ext, in isAvailableOption()
44 bool OpenCLOptions::isEnabled(llvm::StringRef Ext) const { in isEnabled()
49 bool OpenCLOptions::isWithPragma(llvm::StringRef Ext) const { in isWithPragma()
54 bool OpenCLOptions::isSupported(llvm::StringRef Ext, in isSupported()
61 bool OpenCLOptions::isSupportedCore(llvm::StringRef Ext, in isSupportedCore()
68 bool OpenCLOptions::isSupportedOptionalCore(llvm::StringRef Ext, in isSupportedOptionalCore()
75 bool OpenCLOptions::isSupportedCoreOrOptionalCore(llvm::StringRef Ext, in isSupportedCoreOrOptionalCore()
80 bool OpenCLOptions::isSupportedExtension(llvm::StringRef Ext, in isSupportedExtension()
88 void OpenCLOptions::enable(llvm::StringRef Ext, bool V) { in enable()
92 void OpenCLOptions::acceptsPragma(llvm::StringRef Ext, bool V) { in acceptsPragma()
96 void OpenCLOptions::support(llvm::StringRef Ext, bool V) { in support()
102 OpenCLOptions::OpenCLOptions() { in OpenCLOptions() function in clang::OpenCLOptions
108 void OpenCLOptions::addSupport(const llvm::StringMap<bool> &FeaturesMap, in addSupport()
117 void OpenCLOptions::disableAll() { in disableAll()
122 bool OpenCLOptions::diagnoseUnsupportedFeatureDependencies( in diagnoseUnsupportedFeatureDependencies()
139 bool OpenCLOptions::diagnoseFeatureExtensionDifferences( in diagnoseFeatureExtensionDifferences()