Home
last modified time | relevance | path

Searched refs:ProtoLocs (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Serialization/
DASTReaderDecl.cpp794 SmallVector<SourceLocation, 16> ProtoLocs; in VisitObjCInterfaceDecl() local
795 ProtoLocs.reserve(NumProtocols); in VisitObjCInterfaceDecl()
797 ProtoLocs.push_back(ReadSourceLocation(Record, Idx)); in VisitObjCInterfaceDecl()
798 ID->setProtocolList(Protocols.data(), NumProtocols, ProtoLocs.data(), in VisitObjCInterfaceDecl()
850 SmallVector<SourceLocation, 16> ProtoLocs; in VisitObjCProtocolDecl() local
851 ProtoLocs.reserve(NumProtoRefs); in VisitObjCProtocolDecl()
853 ProtoLocs.push_back(ReadSourceLocation(Record, Idx)); in VisitObjCProtocolDecl()
854 PD->setProtocolList(ProtoRefs.data(), NumProtoRefs, ProtoLocs.data(), in VisitObjCProtocolDecl()
885 SmallVector<SourceLocation, 16> ProtoLocs; in VisitObjCCategoryDecl() local
886 ProtoLocs.reserve(NumProtoRefs); in VisitObjCCategoryDecl()
[all …]
/external/clang/lib/Sema/
DSemaDeclObjC.cpp460 const SourceLocation *ProtoLocs, in ActOnStartClassInterface() argument
598 ProtoLocs, Context); in ActOnStartClassInterface()
708 const SourceLocation *ProtoLocs, in ActOnStartProtocolInterface() argument
759 ProtoLocs, Context); in ActOnStartProtocolInterface()
894 const SourceLocation *ProtoLocs, in ActOnStartCategoryInterface() argument
942 ProtoLocs, Context); in ActOnStartCategoryInterface()
DDeclSpec.cpp884 SourceLocation *ProtoLocs, in setProtocolQualifiers() argument
891 memcpy(ProtocolLocs, ProtoLocs, sizeof(SourceLocation)*NP); in setProtocolQualifiers()
/external/clang/include/clang/Sema/
DDeclSpec.h732 SourceLocation *ProtoLocs,
DSema.h6764 const SourceLocation *ProtoLocs,
6786 const SourceLocation *ProtoLocs,
6797 const SourceLocation *ProtoLocs,