Searched refs:cppKeywords (Results 1 – 2 of 2) sorted by relevance
129 static const std::vector<std::string> cppKeywords({161 if (std::find(cppKeywords.begin(), cppKeywords.end(), identifier) != cppKeywords.end()) {
170 static const std::vector<std::string> cppKeywords({ in isValidIdentifier() local202 if (std::find(cppKeywords.begin(), cppKeywords.end(), identifier) != cppKeywords.end()) { in isValidIdentifier()