Searched refs:AddKeyword (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 251 static void AddKeyword(StringRef Keyword, in AddKeyword() function 287 AddKeyword(StringRef(#NAME), tok::kw_ ## NAME, \ in AddKeywords() 290 AddKeyword(StringRef(NAME), tok::kw_ ## TOK, \ in AddKeywords() 302 AddKeyword("__unknown_anytype", tok::kw___unknown_anytype, KEYALL, in AddKeywords() 306 AddKeyword("__declspec", tok::kw___declspec, KEYALL, LangOpts, *this); in AddKeywords() 309 AddKeyword("__ieee128", tok::kw___float128, KEYALL, LangOpts, *this); in AddKeywords()
|