Searched refs:getOpenCLOptions (Results 1 – 9 of 9) sorted by relevance
1417 S.getOpenCLOptions().cl_khr_fp64)) { in ConvertDeclSpecToType()1481 if (!S.getOpenCLOptions().cl_khr_int64_base_atomics && !NoExtTypes) { in ConvertDeclSpecToType()1486 if (!S.getOpenCLOptions().cl_khr_int64_extended_atomics && in ConvertDeclSpecToType()1492 if (!S.getOpenCLOptions().cl_khr_fp64 && in ConvertDeclSpecToType()1498 } else if (!S.getOpenCLOptions().cl_khr_gl_msaa_sharing && in ConvertDeclSpecToType()4035 if (!S.getOpenCLOptions().cl_khr_fp16) { in GetFullTypeForDeclarator()4242 if (!S.getOpenCLOptions().cl_khr_fp16) { in GetFullTypeForDeclarator()
514 !S.getOpenCLOptions().cl_clang_storage_class_specifiers) { in SetStorageClassSpec()
217 getOpenCLOptions().Ext = 1; in Initialize()
2519 if (Self.getLangOpts().OpenCL && !Self.getOpenCLOptions().cl_khr_fp16) { in CheckCStyleCast()
663 if (getLangOpts().OpenCL && !getOpenCLOptions().cl_khr_fp16 && in DefaultLvalueConversion()3364 if (getOpenCLOptions().cl_khr_fp16) in ActOnNumericConstant()3386 getOpenCLOptions().cl_khr_fp64)) { in ActOnNumericConstant()
5893 if (!getOpenCLOptions().cl_khr_fp16) { in ActOnVariableDeclarator()6793 !getOpenCLOptions().cl_clang_storage_class_specifiers && in CheckVariableDeclarationType()
470 OpenCLOptions &f = Actions.getOpenCLOptions(); in HandlePragmaOpenCLExtension()
3831 const OpenCLOptions &Opts = SemaRef.getOpenCLOptions(); in WriteOpenCLExtensions()
1062 OpenCLOptions &getOpenCLOptions() { return OpenCLFeatures; } in getOpenCLOptions() function