Searched refs:KEYALL (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TokenKinds.def | 267 // KEYALL - This is a keyword in all variants of C and C++, or it 300 KEYWORD(auto , KEYALL) 301 KEYWORD(break , KEYALL) 302 KEYWORD(case , KEYALL) 303 KEYWORD(char , KEYALL) 304 KEYWORD(const , KEYALL) 305 KEYWORD(continue , KEYALL) 306 KEYWORD(default , KEYALL) 307 KEYWORD(do , KEYALL) 308 KEYWORD(double , KEYALL) [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 114 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()
|