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

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
  119     llvm::Type *params[] = { SuperPtrTy, SelectorPtrTy };
  130     llvm::Type *params[] = { SuperPtrTy, SelectorPtrTy };
  141     llvm::Type *params[] = { Int8PtrTy, SuperPtrTy, SelectorPtrTy };
  152     llvm::Type *params[] = { Int8PtrTy, SuperPtrTy, SelectorPtrTy };
  697     llvm::Type *params[] = { SuperPtrTy, SuperMessageRefPtrTy };
  706     llvm::Type *params[] = { SuperPtrTy, SuperMessageRefPtrTy };
 5665   SuperPtrTy = llvm::PointerType::getUnqual(SuperTy);