Searched refs:KeywordsTable (Results 1 – 1 of 1) sorted by relevance
637 clang::IdentifierTable KeywordsTable(LangOpts); in isKeyword() local638 return KeywordsTable.find(NewName) != KeywordsTable.end(); in isKeyword()