Home
last modified time | relevance | path

Searched refs:ReservedNames (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DModuleAssistant.cpp132 static const char *const ReservedNames[] = { variable
143 for (int Index = 0; ReservedNames[Index] != nullptr; ++Index) { in ensureNoCollisionWithReservedName()
144 if (MightBeReservedName == ReservedNames[Index]) { in ensureNoCollisionWithReservedName()