Searched defs:isKeyword (Results 1 – 4 of 4) sorted by relevance
202 bool isKeyword() const { in isKeyword() function208 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword() function
25 bool ClangHighlighter::isKeyword(llvm::StringRef token) const { in isKeyword() function in ClangHighlighter
330 bool IdentifierInfo::isKeyword(const LangOptions &LangOpts) const { in isKeyword() function in IdentifierInfo
4576 NestedNameSpecifier *NNS, bool isKeyword) { in addName()