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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp161 /// AddKeyword - This method is used to associate a token ID with specific
164 static void AddKeyword(StringRef Keyword, function
209 AddKeyword(StringRef(#NAME), tok::kw_ ## NAME, \
212 AddKeyword(StringRef(NAME), tok::kw_ ## TOK, \
224 AddKeyword("__unknown_anytype", tok::kw___unknown_anytype, KEYALL,
228 AddKeyword("__declspec", tok::kw___declspec, KEYALL, LangOpts, *this);

Completed in 108 milliseconds