Searched refs:NumProtoRefs (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp818 unsigned NumProtoRefs = Record[Idx++]; local
820 ProtoRefs.reserve(NumProtoRefs);
821 for (unsigned I = 0; I != NumProtoRefs; ++I)
824 ProtoLocs.reserve(NumProtoRefs);
825 for (unsigned I = 0; I != NumProtoRefs; ++I)
827 PD->setProtocolList(ProtoRefs.data(), NumProtoRefs, ProtoLocs.data(),
853 unsigned NumProtoRefs = Record[Idx++]; local
855 ProtoRefs.reserve(NumProtoRefs);
856 for (unsigned I = 0; I != NumProtoRefs; ++I)
859 ProtoLocs.reserve(NumProtoRefs);
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp446 Decl * const *ProtoRefs, unsigned NumProtoRefs,
583 if (NumProtoRefs) {
584 IDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs, NumProtoRefs,
695 unsigned NumProtoRefs,
723 PList.set((ObjCProtocolDecl *const*)ProtoRefs, NumProtoRefs, Context);
744 if (!err && NumProtoRefs ) {
746 PDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs, NumProtoRefs,
863 unsigned NumProtoRefs,
910 if (NumProtoRefs) {
911 CDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs, NumProtoRefs,
443 ActOnStartClassInterface(SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *SuperName, SourceLocation SuperLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, AttributeList *AttrList) argument
691 ActOnStartProtocolInterface(SourceLocation AtProtoInterfaceLoc, IdentifierInfo *ProtocolName, SourceLocation ProtocolLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, AttributeList *AttrList) argument
858 ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *CategoryName, SourceLocation CategoryLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h6636 unsigned NumProtoRefs,
6658 Decl * const *ProtoRefNames, unsigned NumProtoRefs,
6669 unsigned NumProtoRefs,

Completed in 188 milliseconds