Searched refs:ProtoLocs (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 266 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, 293 unsigned NumProtoRefs, const SourceLocation *ProtoLocs, 302 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc,
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 1253 SmallVector<SourceLocation, 16> ProtoLocs; in ReadObjCDefinitionData() local 1254 ProtoLocs.reserve(NumProtocols); in ReadObjCDefinitionData() 1256 ProtoLocs.push_back(readSourceLocation()); in ReadObjCDefinitionData() 1257 Data.ReferencedProtocols.set(Protocols.data(), NumProtocols, ProtoLocs.data(), in ReadObjCDefinitionData() 1371 SmallVector<SourceLocation, 16> ProtoLocs; in ReadObjCDefinitionData() local 1372 ProtoLocs.reserve(NumProtoRefs); in ReadObjCDefinitionData() 1374 ProtoLocs.push_back(readSourceLocation()); in ReadObjCDefinitionData() 1376 ProtoLocs.data(), Reader.getContext()); in ReadObjCDefinitionData() 1447 SmallVector<SourceLocation, 16> ProtoLocs; in VisitObjCCategoryDecl() local 1448 ProtoLocs.reserve(NumProtoRefs); in VisitObjCCategoryDecl() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 541 const SourceLocation *ProtoLocs) { in diagnoseUseOfProtocols() argument 546 (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() 1819 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartCategoryInterface() argument 1896 NumProtoRefs, ProtoLocs); in ActOnStartCategoryInterface() [all …]
|