Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DIdentifierTable.cpp110 WCHARSUPPORT = 0x04000, enumerator
142 if (LangOpts.WChar && (Flags & WCHARSUPPORT)) return KS_Enabled; in getKeywordStatus()
/external/clang/include/clang/Basic/
DTokenKinds.def252 // WCHARSUPPORT - This is a keyword if 'wchar_t' is a built-in type
333 KEYWORD(wchar_t , WCHARSUPPORT)