Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp75 AddKeywords(LangOpts); in IdentifierTable()
206 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords() function in IdentifierTable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h603 void AddKeywords(const LangOptions &LangOpts);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp210 Identifiers.AddKeywords(LangOpts); in Initialize()