/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/llvm-project/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 1131 SmallVector<SourceLocation, 16> ProtoLocs; in ReadObjCDefinitionData() local 1132 ProtoLocs.reserve(NumProtocols); in ReadObjCDefinitionData() 1134 ProtoLocs.push_back(readSourceLocation()); in ReadObjCDefinitionData() 1135 Data.ReferencedProtocols.set(Protocols.data(), NumProtocols, ProtoLocs.data(), in ReadObjCDefinitionData() 1206 SmallVector<SourceLocation, 16> ProtoLocs; in ReadObjCDefinitionData() local 1207 ProtoLocs.reserve(NumProtoRefs); in ReadObjCDefinitionData() 1209 ProtoLocs.push_back(readSourceLocation()); in ReadObjCDefinitionData() 1211 ProtoLocs.data(), Reader.getContext()); in ReadObjCDefinitionData() 1270 SmallVector<SourceLocation, 16> ProtoLocs; in VisitObjCCategoryDecl() local 1271 ProtoLocs.reserve(NumProtoRefs); in VisitObjCCategoryDecl() [all …]
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 529 const SourceLocation *ProtoLocs) { in diagnoseUseOfProtocols() argument 534 (void)TheSema.DiagnoseUseOfDecl(ProtoRefs[i], ProtoLocs[i], in diagnoseUseOfProtocols() 980 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartClassInterface() argument 1096 NumProtoRefs, ProtoLocs); in ActOnStartClassInterface() 1098 ProtoLocs, Context); in ActOnStartClassInterface() 1214 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartProtocolInterface() argument 1269 NumProtoRefs, ProtoLocs); in ActOnStartProtocolInterface() 1271 ProtoLocs, Context); in ActOnStartProtocolInterface() 1807 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartCategoryInterface() argument 1882 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,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 9323 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, 9354 unsigned NumProtoRefs, const SourceLocation *ProtoLocs, 9362 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc,
|