reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGObjCGNU.cpp
 2324       SelValue = i->second;
 2328   if (!SelValue) {
 2329     SelValue = llvm::GlobalAlias::create(
 2332     Types.emplace_back(TypeEncoding, SelValue);
 2335   return SelValue;