Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DIdentifierTable.cpp82 AddKeywords(LangOpts); in IdentifierTable()
202 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords() function in IdentifierTable
/external/llvm-project/clang/lib/Basic/
DIdentifierTable.cpp75 AddKeywords(LangOpts); in IdentifierTable()
206 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords() function in IdentifierTable
/external/clang/include/clang/Basic/
DIdentifierTable.h546 void AddKeywords(const LangOptions &LangOpts);
/external/llvm-project/clang/include/clang/Basic/
DIdentifierTable.h602 void AddKeywords(const LangOptions &LangOpts);
/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp214 Identifiers.AddKeywords(LangOpts); in Initialize()