Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def264 // KEYALL - This is a keyword in all variants of C and C++, or it
298 KEYWORD(auto , KEYALL)
299 KEYWORD(break , KEYALL)
300 KEYWORD(case , KEYALL)
301 KEYWORD(char , KEYALL)
302 KEYWORD(const , KEYALL)
303 KEYWORD(continue , KEYALL)
304 KEYWORD(default , KEYALL)
305 KEYWORD(do , KEYALL)
306 KEYWORD(double , KEYALL)
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp115 KEYALL = (KEYMAX | (KEYMAX - 1)) & ~KEYNOMS18 & ~KEYNOOPENCL & enumerator
228 if (Flags == KEYALL) return KS_Enabled; in getKeywordStatus()
343 AddKeyword("__unknown_anytype", tok::kw___unknown_anytype, KEYALL, in AddKeywords()
347 AddKeyword("__declspec", tok::kw___declspec, KEYALL, LangOpts, *this); in AddKeywords()
350 AddKeyword("__ieee128", tok::kw___float128, KEYALL, LangOpts, *this); in AddKeywords()