Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/modularize/
H A DModuleAssistant.cpp141 ensureNoCollisionWithReservedName(llvm::StringRef MightBeReservedName) { in ensureNoCollisionWithReservedName() argument
142 std::string SafeName(MightBeReservedName); in ensureNoCollisionWithReservedName()
144 if (MightBeReservedName == ReservedNames[Index]) { in ensureNoCollisionWithReservedName()