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.def666 ALIAS("__alignof__" , __alignof , KEYALL)
667 ALIAS("__asm" , asm , KEYALL)
668 ALIAS("__asm__" , asm , KEYALL)
669 ALIAS("__attribute__", __attribute, KEYALL)
670 ALIAS("__complex" , _Complex , KEYALL)
671 ALIAS("__complex__" , _Complex , KEYALL)
672 ALIAS("__const" , const , KEYALL)
690 KEYWORD(_Nonnull , KEYALL)
691 KEYWORD(_Nullable , KEYALL)
692 KEYWORD(_Nullable_result , KEYALL)
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp114 KEYALL = (KEYMAX | (KEYMAX-1)) & ~KEYNOMS18 & enumerator
226 if (Flags == KEYALL) return KS_Enabled; in getKeywordStatus()
316 AddKeyword("__unknown_anytype", tok::kw___unknown_anytype, KEYALL, in AddKeywords()
320 AddKeyword("__declspec", tok::kw___declspec, KEYALL, LangOpts, *this); in AddKeywords()
323 AddKeyword("__ieee128", tok::kw___float128, KEYALL, LangOpts, *this); in AddKeywords()