Lines Matching defs:Name
154 // If this isn't C++, we don't need a mangled name, just a pretty one.
155 assert(!D.isExternallyVisible() && "name shouldn't matter");
184 std::string Name;
186 Name = getMangledName(&D);
188 Name = getStaticDeclName(*this, D);
204 Init, Name, nullptr,
237 // We can't name blocks or captured statements directly, so try to emit their
311 // Steal the name of the old global
1172 std::string Name = getStaticDeclName(CGM, D);
1176 constant, Name);