Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSourceCode.cpp641 clang::IdentifierTable KeywordsTable(LangOpts); in isKeyword() local
642 return KeywordsTable.find(NewName) != KeywordsTable.end(); in isKeyword()