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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp111 KEYALL = (0xffffff & ~KEYNOMS18 & enumerator in enum:__anon1661::__anon1662
129 if (Flags == KEYALL) return KS_Enabled;
224 AddKeyword("__unknown_anytype", tok::kw___unknown_anytype, KEYALL,
228 AddKeyword("__declspec", tok::kw___declspec, KEYALL, LangOpts, *this);

Completed in 71 milliseconds