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

Declarations

tools/clang/lib/CodeGen/CGObjCGNU.cpp
  454   llvm::Constant *GenerateMethodList(StringRef ClassName,

References

tools/clang/lib/CodeGen/CGObjCGNU.cpp
 1726               GenerateMethodList(className, "", ClassMethods, true),
 1896               GenerateMethodList(className, "", InstanceMethods, false),
 3148   Elements.addBitCast(GenerateMethodList(
 3151   Elements.addBitCast(GenerateMethodList(
 3244           GenerateMethodList(ClassName, CategoryName, InstanceMethods, false),
 3252           GenerateMethodList(ClassName, CategoryName, ClassMethods, true),
 3523   llvm::Constant *MethodList = GenerateMethodList(ClassName, "",
 3525   llvm::Constant *ClassMethodList = GenerateMethodList(ClassName, "",