Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReaderDecl.cpp858 SmallVector<SourceLocation, 16> ProtoLocs; in VisitObjCInterfaceDecl() local
859 ProtoLocs.reserve(NumProtocols); in VisitObjCInterfaceDecl()
861 ProtoLocs.push_back(ReadSourceLocation(Record, Idx)); in VisitObjCInterfaceDecl()
862 ID->setProtocolList(Protocols.data(), NumProtocols, ProtoLocs.data(), in VisitObjCInterfaceDecl()
914 SmallVector<SourceLocation, 16> ProtoLocs; in VisitObjCProtocolDecl() local
915 ProtoLocs.reserve(NumProtoRefs); in VisitObjCProtocolDecl()
917 ProtoLocs.push_back(ReadSourceLocation(Record, Idx)); in VisitObjCProtocolDecl()
918 PD->setProtocolList(ProtoRefs.data(), NumProtoRefs, ProtoLocs.data(), in VisitObjCProtocolDecl()
949 SmallVector<SourceLocation, 16> ProtoLocs; in VisitObjCCategoryDecl() local
950 ProtoLocs.reserve(NumProtoRefs); in VisitObjCCategoryDecl()
[all …]
/external/clang/lib/Sema/
DSemaDeclObjC.cpp456 const SourceLocation *ProtoLocs, in ActOnStartClassInterface() argument
595 ProtoLocs, Context); in ActOnStartClassInterface()
704 const SourceLocation *ProtoLocs, in ActOnStartProtocolInterface() argument
755 ProtoLocs, Context); in ActOnStartProtocolInterface()
890 const SourceLocation *ProtoLocs, in ActOnStartCategoryInterface() argument
938 ProtoLocs, Context); in ActOnStartCategoryInterface()
DDeclSpec.cpp898 SourceLocation *ProtoLocs, in setProtocolQualifiers() argument
905 memcpy(ProtocolLocs, ProtoLocs, sizeof(SourceLocation)*NP); in setProtocolQualifiers()
/external/clang/include/clang/Sema/
DDeclSpec.h749 SourceLocation *ProtoLocs,
DSema.h6894 const SourceLocation *ProtoLocs,
6916 const SourceLocation *ProtoLocs,
6927 const SourceLocation *ProtoLocs,