Searched refs:ProtoLocs (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 1010 SmallVector<SourceLocation, 16> ProtoLocs; in VisitObjCInterfaceDecl() local 1011 ProtoLocs.reserve(NumProtocols); in VisitObjCInterfaceDecl() 1013 ProtoLocs.push_back(ReadSourceLocation(Record, Idx)); in VisitObjCInterfaceDecl() 1014 ID->setProtocolList(Protocols.data(), NumProtocols, ProtoLocs.data(), in VisitObjCInterfaceDecl() 1066 SmallVector<SourceLocation, 16> ProtoLocs; in VisitObjCProtocolDecl() local 1067 ProtoLocs.reserve(NumProtoRefs); in VisitObjCProtocolDecl() 1069 ProtoLocs.push_back(ReadSourceLocation(Record, Idx)); in VisitObjCProtocolDecl() 1070 PD->setProtocolList(ProtoRefs.data(), NumProtoRefs, ProtoLocs.data(), in VisitObjCProtocolDecl() 1102 SmallVector<SourceLocation, 16> ProtoLocs; in VisitObjCCategoryDecl() local 1103 ProtoLocs.reserve(NumProtoRefs); in VisitObjCCategoryDecl() [all …]
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 455 const SourceLocation *ProtoLocs) { in diagnoseUseOfProtocols() argument 460 (void)TheSema.DiagnoseUseOfDecl(ProtoRefs[i], ProtoLocs[i]); in diagnoseUseOfProtocols() 907 const SourceLocation *ProtoLocs, in ActOnStartClassInterface() argument 1017 NumProtoRefs, ProtoLocs); in ActOnStartClassInterface() 1019 ProtoLocs, Context); in ActOnStartClassInterface() 1128 const SourceLocation *ProtoLocs, in ActOnStartProtocolInterface() argument 1179 NumProtoRefs, ProtoLocs); in ActOnStartProtocolInterface() 1181 ProtoLocs, Context); in ActOnStartProtocolInterface() 1719 const SourceLocation *ProtoLocs, in ActOnStartCategoryInterface() argument 1788 NumProtoRefs, ProtoLocs); in ActOnStartCategoryInterface() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7342 const SourceLocation *ProtoLocs, 7374 const SourceLocation *ProtoLocs, 7386 const SourceLocation *ProtoLocs,
|