Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReaderDecl.cpp712 SmallVector<SourceLocation, 16> ProtoLocs; in VisitObjCInterfaceDecl() local
713 ProtoLocs.reserve(NumProtocols); in VisitObjCInterfaceDecl()
715 ProtoLocs.push_back(ReadSourceLocation(Record, Idx)); in VisitObjCInterfaceDecl()
716 ID->setProtocolList(Protocols.data(), NumProtocols, ProtoLocs.data(), in VisitObjCInterfaceDecl()
768 SmallVector<SourceLocation, 16> ProtoLocs; in VisitObjCProtocolDecl() local
769 ProtoLocs.reserve(NumProtoRefs); in VisitObjCProtocolDecl()
771 ProtoLocs.push_back(ReadSourceLocation(Record, Idx)); in VisitObjCProtocolDecl()
772 PD->setProtocolList(ProtoRefs.data(), NumProtoRefs, ProtoLocs.data(), in VisitObjCProtocolDecl()
803 SmallVector<SourceLocation, 16> ProtoLocs; in VisitObjCCategoryDecl() local
804 ProtoLocs.reserve(NumProtoRefs); in VisitObjCCategoryDecl()
[all …]
/external/clang/lib/Sema/
DDeclSpec.cpp784 SourceLocation *ProtoLocs, in setProtocolQualifiers() argument
791 memcpy(ProtocolLocs, ProtoLocs, sizeof(SourceLocation)*NP); in setProtocolQualifiers()
DSemaDeclObjC.cpp446 const SourceLocation *ProtoLocs, in ActOnStartClassInterface() argument
563 ProtoLocs, Context); in ActOnStartClassInterface()
654 const SourceLocation *ProtoLocs, in ActOnStartProtocolInterface() argument
705 ProtoLocs, Context); in ActOnStartProtocolInterface()
822 const SourceLocation *ProtoLocs, in ActOnStartCategoryInterface() argument
870 ProtoLocs, Context); in ActOnStartCategoryInterface()
/external/clang/include/clang/Sema/
DDeclSpec.h700 SourceLocation *ProtoLocs,
DSema.h6200 const SourceLocation *ProtoLocs,
6218 const SourceLocation *ProtoLocs,
6229 const SourceLocation *ProtoLocs,