Home | History | Annotate | Download | only in Sema

Lines Matching defs:Enabled

5044     bool Enabled;
5047 /// \brief Introduce a new scope where 'this' may be allowed (when enabled),
5052 bool Enabled = true);
7517 GlobalEagerInstantiationScope(Sema &S, bool Enabled)
7518 : S(S), Enabled(Enabled) {
7519 if (!Enabled) return;
7526 if (Enabled) {
7533 if (!Enabled) return;
7550 bool Enabled;
8490 /// OpenCL extensions are enabled. If \p Exts is empty, do nothing.
8495 /// used when these OpenCL extensions are enabled. If \p Exts is empty, do
8501 /// when these OpenCL extensions are enabled. If current OpenCL extension is
8506 /// can only be used when these OpenCL extensions are enabled. If current
9828 /// compilation, this is currently only enabled for CUDA compilations.