Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Container

932                                         const Decl *Container);
988 const Decl *Container,
1002 const Decl *Container,
1307 void AddModuleClassList(ArrayRef<llvm::GlobalValue*> Container,
2771 const Decl *Container,
2775 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes);
2781 GetPropertyTypeString(PD, Container)
2800 const Decl *Container,
2809 GetPropertyTypeString(PD, Container)
2816 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes);
2820 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes);
4657 /// the given argument BitMap string container. Routine reads
4934 const Decl *Container) {
4936 CGM.getContext().getObjCEncodingForPropertyDecl(PD, Container, TypeStr);
4944 assert (CD && "Missing container decl in GetNameForMethod");
5484 AddModuleClassList(ArrayRef<llvm::GlobalValue*> Container,
5487 unsigned NumClasses = Container.size();
5494 Symbols[i] = llvm::ConstantExpr::getBitCast(Container[i],
6095 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface();
6096 std::string Name = "OBJC_IVAR_$_" + Container->getNameAsString() +