Searched refs:AddKeyword (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 164 static void AddKeyword(StringRef Keyword, in AddKeyword() function 209 AddKeyword(StringRef(#NAME), tok::kw_ ## NAME, \ in AddKeywords() 212 AddKeyword(StringRef(NAME), tok::kw_ ## TOK, \ in AddKeywords() 224 AddKeyword("__unknown_anytype", tok::kw___unknown_anytype, KEYALL, in AddKeywords() 228 AddKeyword("__declspec", tok::kw___declspec, KEYALL, LangOpts, *this); in AddKeywords() 231 AddKeyword("__ieee128", tok::kw___float128, KEYALL, LangOpts, *this); in AddKeywords()
|