Searched refs:isCPlusPlusKeyword (Results 1 – 4 of 4) sorted by relevance
305 bool isCPlusPlusKeyword(const LangOptions &LangOpts) const;
264 bool IdentifierInfo::isCPlusPlusKeyword(const LangOptions &LangOpts) const { in isCPlusPlusKeyword() function in IdentifierInfo
219 if (II->isCPlusPlusKeyword(getLangOpts())) { in expectIdentifier()
6147 Tok.getIdentifierInfo()->isCPlusPlusKeyword(getLangOpts())) { in ParseDirectDeclarator()