Searched refs:IsKeywordInCPlusPlus (Results 1 – 2 of 2) sorted by relevance
452 bool IsKeywordInCPlusPlus() const { return IsKeywordInCpp; } in IsKeywordInCPlusPlus() function
860 if (II.IsKeywordInCPlusPlus() && !DisableMacroExpansion) in HandleIdentifier()