Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp69 AddKeywords(LangOpts); in IdentifierTable()
196 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords() function in IdentifierTable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DIdentifierTable.h591 void AddKeywords(const LangOptions &LangOpts);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp204 Identifiers.AddKeywords(LangOpts); in Initialize()