Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DIdentifierTable.cpp124 KS_Enabled, // Enabled enumerator
133 if (Flags == KEYALL) return KS_Enabled; in getKeywordStatus()
134 if (LangOpts.CPlusPlus && (Flags & KEYCXX)) return KS_Enabled; in getKeywordStatus()
135 if (LangOpts.CPlusPlus11 && (Flags & KEYCXX11)) return KS_Enabled; in getKeywordStatus()
136 if (LangOpts.C99 && (Flags & KEYC99)) return KS_Enabled; in getKeywordStatus()
140 if (LangOpts.Bool && (Flags & BOOLSUPPORT)) return KS_Enabled; in getKeywordStatus()
141 if (LangOpts.Half && (Flags & HALFSUPPORT)) return KS_Enabled; in getKeywordStatus()
142 if (LangOpts.WChar && (Flags & WCHARSUPPORT)) return KS_Enabled; in getKeywordStatus()
143 if (LangOpts.AltiVec && (Flags & KEYALTIVEC)) return KS_Enabled; in getKeywordStatus()
144 if (LangOpts.OpenCL && (Flags & KEYOPENCL)) return KS_Enabled; in getKeywordStatus()
[all …]