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

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 3362   llvm::raw_svector_ostream(ExtName) << Interface->getName() << '_'
 3382   Values.add(emitMethodList(ExtName, MethodListType::CategoryInstanceMethods,
 3384   Values.add(emitMethodList(ExtName, MethodListType::CategoryClassMethods,
 3388         EmitProtocolList("OBJC_CATEGORY_PROTOCOLS_" + ExtName.str(),
 3397     Values.add(EmitPropertyList("_OBJC_$_PROP_LIST_" + ExtName.str(),
 3399     Values.add(EmitPropertyList("_OBJC_$_CLASS_PROP_LIST_" + ExtName.str(),
 3407       CreateMetadataVar("OBJC_CATEGORY_" + ExtName.str(), Values,
 3411   DefinedCategoryNames.insert(llvm::CachedHashString(ExtName));