Searched refs:MightBeReservedName (Results 1 – 1 of 1) sorted by relevance
141 ensureNoCollisionWithReservedName(llvm::StringRef MightBeReservedName) { in ensureNoCollisionWithReservedName() argument142 std::string SafeName(MightBeReservedName); in ensureNoCollisionWithReservedName()144 if (MightBeReservedName == ReservedNames[Index]) { in ensureNoCollisionWithReservedName()