Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DIdentifierTable.cpp171 static void AddKeyword(StringRef Keyword, in AddKeyword() function
216 AddKeyword(StringRef(#NAME), tok::kw_ ## NAME, \ in AddKeywords()
219 AddKeyword(StringRef(NAME), tok::kw_ ## TOK, \ in AddKeywords()
231 AddKeyword("__unknown_anytype", tok::kw___unknown_anytype, KEYALL, in AddKeywords()
235 AddKeyword("__declspec", tok::kw___declspec, KEYALL, LangOpts, *this); in AddKeywords()
238 AddKeyword("__ieee128", tok::kw___float128, KEYALL, LangOpts, *this); in AddKeywords()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dx86_64-arguments.cpp56 void AddKeyword(StringRef, int x);
61 AddKeyword(StringRef(), 4); in foo()