Searched refs:ProtoLocs (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 955 SmallVector<SourceLocation, 16> ProtoLocs; in VisitObjCInterfaceDecl() local 956 ProtoLocs.reserve(NumProtocols); in VisitObjCInterfaceDecl() 958 ProtoLocs.push_back(ReadSourceLocation(Record, Idx)); in VisitObjCInterfaceDecl() 959 ID->setProtocolList(Protocols.data(), NumProtocols, ProtoLocs.data(), in VisitObjCInterfaceDecl() 1011 SmallVector<SourceLocation, 16> ProtoLocs; in VisitObjCProtocolDecl() local 1012 ProtoLocs.reserve(NumProtoRefs); in VisitObjCProtocolDecl() 1014 ProtoLocs.push_back(ReadSourceLocation(Record, Idx)); in VisitObjCProtocolDecl() 1015 PD->setProtocolList(ProtoRefs.data(), NumProtoRefs, ProtoLocs.data(), in VisitObjCProtocolDecl() 1047 SmallVector<SourceLocation, 16> ProtoLocs; in VisitObjCCategoryDecl() local 1048 ProtoLocs.reserve(NumProtoRefs); in VisitObjCCategoryDecl() [all …]
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 456 const SourceLocation *ProtoLocs) { in diagnoseUseOfProtocols() argument 461 (void)TheSema.DiagnoseUseOfDecl(ProtoRefs[i], ProtoLocs[i]); in diagnoseUseOfProtocols() 908 const SourceLocation *ProtoLocs, in ActOnStartClassInterface() argument 1018 NumProtoRefs, ProtoLocs); in ActOnStartClassInterface() 1020 ProtoLocs, Context); in ActOnStartClassInterface() 1129 const SourceLocation *ProtoLocs, in ActOnStartProtocolInterface() argument 1180 NumProtoRefs, ProtoLocs); in ActOnStartProtocolInterface() 1182 ProtoLocs, Context); in ActOnStartProtocolInterface() 1711 const SourceLocation *ProtoLocs, in ActOnStartCategoryInterface() argument 1780 NumProtoRefs, ProtoLocs); in ActOnStartCategoryInterface() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7178 const SourceLocation *ProtoLocs, 7210 const SourceLocation *ProtoLocs, 7222 const SourceLocation *ProtoLocs,
|