Searched refs:isCPlusPlusKeyword (Results 1 – 5 of 5) sorted by relevance
383 bool IdentifierInfo::isCPlusPlusKeyword(const LangOptions &LangOpts) const { in isCPlusPlusKeyword() function in IdentifierInfo
460 bool isCPlusPlusKeyword(const LangOptions &LangOpts) const;
409 if (!ii.isCPlusPlusKeyword(cpp_lang_opts)) in RemoveCppKeyword()
236 if (II->isCPlusPlusKeyword(getLangOpts())) { in expectIdentifier()
6765 Tok.getIdentifierInfo()->isCPlusPlusKeyword(getLangOpts())) { in ParseDirectDeclarator()