Searched refs:allowedPunctChars (Results 1 – 1 of 1) sorted by relevance
594 StringRef allowedPunctChars = "$._-", in sanitizeIdentifier() argument600 if (llvm::isAlnum(ch) || allowedPunctChars.contains(ch)) in sanitizeIdentifier()628 if (!llvm::isAlnum(ch) && !allowedPunctChars.contains(ch)) { in sanitizeIdentifier()