Searched refs:isCPlusPlusKeyword (Results 1 – 5 of 5) sorted by relevance
305 bool isCPlusPlusKeyword(const LangOptions &LangOpts) const; in alignas()
267 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()
6164 Tok.getIdentifierInfo()->isCPlusPlusKeyword(getLangOpts())) { in ParseDirectDeclarator()