Searched defs:isKeyword (Results 1 – 9 of 9) sorted by relevance
192 bool Token::isKeyword() const { in isKeyword() function in Token
25 bool ClangHighlighter::isKeyword(llvm::StringRef token) const { in isKeyword() function in ClangHighlighter
202 bool isKeyword() const { in isKeyword() function208 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword() function
53 static bool isKeyword(const Token &T) { in isKeyword() function
109 bool isKeyword() const { in isKeyword() function
99 bool isKeyword() const { in isKeyword() function
344 bool IdentifierInfo::isKeyword(const LangOptions &LangOpts) const { isKeyword() function in IdentifierInfo
659 bool isKeyword(llvm::StringRef NewName, const LangOptions &LangOpts) { in isKeyword() function
4525 addName(StringRef Name,NamedDecl * ND,NestedNameSpecifier * NNS,bool isKeyword) addName() argument