reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Basic/OpenCLOptions.h
  106   void addSupport(const OpenCLOptions &Opts) {
  112   void copy(const OpenCLOptions &Opts) {
tools/clang/include/clang/Basic/TargetInfo.h
 1323   OpenCLOptions &getSupportedOpenCLOpts() {
 1328   const OpenCLOptions &getSupportedOpenCLOpts() const {
tools/clang/include/clang/Basic/TargetOptions.h
   58   OpenCLOptions SupportedOpenCLOptions;
tools/clang/include/clang/Sema/Sema.h
  372   OpenCLOptions OpenCLFeatures;
 1307   OpenCLOptions &getOpenCLOptions() { return OpenCLFeatures; }
tools/clang/include/clang/Serialization/ASTReader.h
  879   OpenCLOptions OpenCLExtensions;
tools/clang/lib/Basic/Targets/AMDGPU.h
  244     auto &Opts = getSupportedOpenCLOpts();
tools/clang/lib/Basic/Targets/NVPTX.h
  124     auto &Opts = getSupportedOpenCLOpts();
tools/clang/lib/Parse/ParsePragma.cpp
  692   auto &Opt = Actions.getOpenCLOptions();
tools/clang/lib/Serialization/ASTWriter.cpp
 4318   const OpenCLOptions &Opts = SemaRef.getOpenCLOptions();