Searched refs:ReservedNames (Results 1 – 1 of 1) sorted by relevance
132 static const char *const ReservedNames[] = { variable143 for (int Index = 0; ReservedNames[Index] != nullptr; ++Index) { in ensureNoCollisionWithReservedName()144 if (MightBeReservedName == ReservedNames[Index]) { in ensureNoCollisionWithReservedName()