Home
last modified time | relevance | path

Searched refs:AddKeywords (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/
H A DIdentifierTable.cpp75 AddKeywords(LangOpts); in IdentifierTable()
213 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords() function in IdentifierTable
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DIdentifierTable.h670 void AddKeywords(const LangOptions &LangOpts);
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp205 Identifiers.AddKeywords(LangOpts); in Initialize()