Searched refs:WCHARSUPPORT (Results 1 – 4 of 4) sorted by relevance
110 WCHARSUPPORT = 0x04000, enumerator142 if (LangOpts.WChar && (Flags & WCHARSUPPORT)) return KS_Enabled; in getKeywordStatus()
99 WCHARSUPPORT = 0x2000, enumerator140 if (LangOpts.WChar && (Flags & WCHARSUPPORT)) return KS_Enabled; in getKeywordStatus()
252 // WCHARSUPPORT - This is a keyword if 'wchar_t' is a built-in type333 KEYWORD(wchar_t , WCHARSUPPORT)
279 // WCHARSUPPORT - This is a keyword if 'wchar_t' is a built-in type362 KEYWORD(wchar_t , WCHARSUPPORT)