Searched refs:AddKeyword (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 267 static void AddKeyword(StringRef Keyword, in AddKeyword() function 323 AddKeyword(StringRef(#NAME), tok::kw_ ## NAME, \ in AddKeywords() 326 AddKeyword(StringRef(NAME), tok::kw_ ## TOK, \ in AddKeywords() 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()
|