Searched refs:getOpenCLOptions (Results 1 – 8 of 8) sorted by relevance
506 !S.getOpenCLOptions().cl_clang_storage_class_specifiers) { in SetStorageClassSpec()
872 if (S.getLangOpts().OpenCL && !S.getOpenCLOptions().cl_khr_fp64) { in ConvertDeclSpecToType()2753 if (!S.getOpenCLOptions().cl_khr_fp16) { in GetFullTypeForDeclarator()2941 if (!S.getOpenCLOptions().cl_khr_fp16) { in GetFullTypeForDeclarator()
2337 if (Self.getLangOpts().OpenCL && !Self.getOpenCLOptions().cl_khr_fp16) { in CheckCStyleCast()
583 if (getLangOpts().OpenCL && !getOpenCLOptions().cl_khr_fp16 && in DefaultLvalueConversion()3269 } else if (getLangOpts().OpenCL && !getOpenCLOptions().cl_khr_fp64) { in ActOnNumericConstant()
5376 if (!getOpenCLOptions().cl_khr_fp16) { in ActOnVariableDeclarator()
448 OpenCLOptions &f = Actions.getOpenCLOptions(); in HandlePragmaOpenCLExtension()
3870 const OpenCLOptions &Opts = SemaRef.getOpenCLOptions(); in WriteOpenCLExtensions()
964 OpenCLOptions &getOpenCLOptions() { return OpenCLFeatures; } in getOpenCLOptions() function