Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDIdentifierTable.cpp109 WCHARSUPPORT = 0x04000, enumerator
140 if (LangOpts.WChar && (Flags & WCHARSUPPORT)) return KS_Enabled; in getKeywordStatus()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDTokenKinds.def247 // WCHARSUPPORT - This is a keyword if 'wchar_t' is a built-in type
328 KEYWORD(wchar_t , WCHARSUPPORT)