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