Home
last modified time | relevance | path

Searched refs:OpenCLOptions (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DOpenCLOptions.h24 class OpenCLOptions {
100 OpenCLOptions(){ in OpenCLOptions() function
107 void addSupport(const OpenCLOptions &Opts) { in addSupport()
113 void copy(const OpenCLOptions &Opts) { in copy()
H A DTargetOptions.h59 OpenCLOptions SupportedOpenCLOptions;
H A DTargetInfo.h1292 OpenCLOptions &getSupportedOpenCLOpts() { in getSupportedOpenCLOpts()
1297 const OpenCLOptions &getSupportedOpenCLOpts() const { in getSupportedOpenCLOpts()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h883 OpenCLOptions OpenCLExtensions;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h319 OpenCLOptions OpenCLFeatures;
1232 OpenCLOptions &getOpenCLOptions() { return OpenCLFeatures; } in getOpenCLOptions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp4264 const OpenCLOptions &Opts = SemaRef.getOpenCLOptions(); in WriteOpenCLExtensions()