Searched refs:allowTrailingDigit (Results 1 – 1 of 1) sorted by relevance
595 bool allowTrailingDigit = true) { in sanitizeIdentifier() argument620 if (!allowTrailingDigit && isdigit(name.back())) { in sanitizeIdentifier()