Searched defs:ProtoRefs (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp761 SmallVector<ObjCProtocolDecl *, 16> ProtoRefs; local
762 ProtoRefs.reserve(NumProtoRefs);
764 ProtoRefs.push_back(ReadDeclAs<ObjCProtocolDecl>(Record, Idx));
769 PD->setProtocolList(ProtoRefs.data(), NumProtoRefs, ProtoLocs.data(),
796 SmallVector<ObjCProtocolDecl *, 16> ProtoRefs; local
797 ProtoRefs.reserve(NumProtoRefs);
799 ProtoRefs.push_back(ReadDeclAs<ObjCProtocolDecl>(Record, Idx));
804 CD->setProtocolList(ProtoRefs.data(), NumProtoRefs, ProtoLocs.data(),
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp430 Decl * const *ProtoRefs, unsigned NumProtoRefs,
547 IDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs, NumProtoRefs,
637 Decl * const *ProtoRefs,
666 PList.set((ObjCProtocolDecl *const*)ProtoRefs, NumProtoRefs, Context);
689 PDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs, NumProtoRefs,
803 Decl * const *ProtoRefs,
856 CDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs, NumProtoRefs,
860 IDecl->mergeClassExtensionProtocolList((ObjCProtocolDecl*const*)ProtoRefs,
427 ActOnStartClassInterface(SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *SuperName, SourceLocation SuperLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, AttributeList *AttrList) argument
634 ActOnStartProtocolInterface(SourceLocation AtProtoInterfaceLoc, IdentifierInfo *ProtocolName, SourceLocation ProtocolLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, AttributeList *AttrList) argument
799 ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *CategoryName, SourceLocation CategoryLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc) argument

Completed in 88 milliseconds