Searched defs:ProtoLocs (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DDeclSpec.cpp884 SourceLocation *ProtoLocs,
891 memcpy(ProtocolLocs, ProtoLocs, sizeof(SourceLocation)*NP);
882 setProtocolQualifiers(Decl * const *Protos, unsigned NP, SourceLocation *ProtoLocs, SourceLocation LAngleLoc) argument
H A DSemaDeclObjC.cpp460 const SourceLocation *ProtoLocs,
598 ProtoLocs, Context);
708 const SourceLocation *ProtoLocs,
759 ProtoLocs, Context);
894 const SourceLocation *ProtoLocs,
942 ProtoLocs, Context);
456 ActOnStartClassInterface(SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *SuperName, SourceLocation SuperLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, AttributeList *AttrList) argument
703 ActOnStartProtocolInterface(SourceLocation AtProtoInterfaceLoc, IdentifierInfo *ProtocolName, SourceLocation ProtocolLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, AttributeList *AttrList) argument
888 ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *CategoryName, SourceLocation CategoryLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc) argument
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp794 SmallVector<SourceLocation, 16> ProtoLocs; local
795 ProtoLocs.reserve(NumProtocols);
797 ProtoLocs.push_back(ReadSourceLocation(Record, Idx));
798 ID->setProtocolList(Protocols.data(), NumProtocols, ProtoLocs.data(),
850 SmallVector<SourceLocation, 16> ProtoLocs; local
851 ProtoLocs.reserve(NumProtoRefs);
853 ProtoLocs.push_back(ReadSourceLocation(Record, Idx));
854 PD->setProtocolList(ProtoRefs.data(), NumProtoRefs, ProtoLocs.data(),
885 SmallVector<SourceLocation, 16> ProtoLocs; local
886 ProtoLocs
[all...]

Completed in 1273 milliseconds