Searched refs:NeedsQuotes (Results 1 – 1 of 1) sorted by relevance
354 bool NeedsQuotes = isdigit(static_cast<unsigned char>(Name[0])); in PrintLLVMName() local355 if (!NeedsQuotes) { in PrintLLVMName()364 NeedsQuotes = true; in PrintLLVMName()371 if (!NeedsQuotes) { in PrintLLVMName()