Searched refs:ProtoLocs (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 254 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, 281 unsigned NumProtoRefs, const SourceLocation *ProtoLocs, 290 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 1258 SmallVector<SourceLocation, 16> ProtoLocs; in ReadObjCDefinitionData() local 1259 ProtoLocs.reserve(NumProtocols); in ReadObjCDefinitionData() 1261 ProtoLocs.push_back(readSourceLocation()); in ReadObjCDefinitionData() 1262 Data.ReferencedProtocols.set(Protocols.data(), NumProtocols, ProtoLocs.data(), in ReadObjCDefinitionData() 1376 SmallVector<SourceLocation, 16> ProtoLocs; in ReadObjCDefinitionData() local 1377 ProtoLocs.reserve(NumProtoRefs); in ReadObjCDefinitionData() 1379 ProtoLocs.push_back(readSourceLocation()); in ReadObjCDefinitionData() 1381 ProtoLocs.data(), Reader.getContext()); in ReadObjCDefinitionData() 1452 SmallVector<SourceLocation, 16> ProtoLocs; in VisitObjCCategoryDecl() local 1453 ProtoLocs.reserve(NumProtoRefs); in VisitObjCCategoryDecl() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 540 const SourceLocation *ProtoLocs) { in diagnoseUseOfProtocols() argument 545 (void)TheSema.DiagnoseUseOfDecl(ProtoRefs[i], ProtoLocs[i], in diagnoseUseOfProtocols() 980 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartClassInterface() argument 1101 NumProtoRefs, ProtoLocs); in ActOnStartClassInterface() 1103 ProtoLocs, Context); in ActOnStartClassInterface() 1219 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartProtocolInterface() argument 1282 NumProtoRefs, ProtoLocs); in ActOnStartProtocolInterface() 1284 ProtoLocs, Context); in ActOnStartProtocolInterface() 1822 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartCategoryInterface() argument 1899 NumProtoRefs, ProtoLocs); in ActOnStartCategoryInterface() [all …]
|