Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DIdentifierTable.cpp110 WCHARSUPPORT = 0x04000, enumerator
142 if (LangOpts.WChar && (Flags & WCHARSUPPORT)) return KS_Enabled; in getKeywordStatus()
/external/llvm-project/clang/lib/Basic/
DIdentifierTable.cpp99 WCHARSUPPORT = 0x2000, enumerator
140 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)
/external/llvm-project/clang/include/clang/Basic/
DTokenKinds.def279 // WCHARSUPPORT - This is a keyword if 'wchar_t' is a built-in type
362 KEYWORD(wchar_t , WCHARSUPPORT)