Searched refs:isCPlusPlusKeyword (Results 1 – 5 of 5) sorted by relevance
453 bool isCPlusPlusKeyword(const LangOptions &LangOpts) const;
356 bool IdentifierInfo::isCPlusPlusKeyword(const LangOptions &LangOpts) const { in isCPlusPlusKeyword() function in IdentifierInfo
323 if (!ii.isCPlusPlusKeyword(cpp_lang_opts)) in RemoveCppKeyword()
227 if (II->isCPlusPlusKeyword(getLangOpts())) { in expectIdentifier()
7099 Tok.getIdentifierInfo()->isCPlusPlusKeyword(getLangOpts())) { in ParseDirectDeclarator()