Searched refs:isCPlusPlusKeyword (Results 1 – 5 of 5) sorted by relevance
369 bool isCPlusPlusKeyword(const LangOptions &LangOpts) const;
342 bool IdentifierInfo::isCPlusPlusKeyword(const LangOptions &LangOpts) const { in isCPlusPlusKeyword() function in IdentifierInfo
325 if (!ii.isCPlusPlusKeyword(cpp_lang_opts)) in RemoveCppKeyword()
219 if (II->isCPlusPlusKeyword(getLangOpts())) { in expectIdentifier()
6468 Tok.getIdentifierInfo()->isCPlusPlusKeyword(getLangOpts())) { in ParseDirectDeclarator()