Home
last modified time | relevance | path

Searched refs:ProtoLocs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h254 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 DASTReaderDecl.cpp1260 SmallVector<SourceLocation, 16> ProtoLocs; in ReadObjCDefinitionData() local
1261 ProtoLocs.reserve(NumProtocols); in ReadObjCDefinitionData()
1263 ProtoLocs.push_back(readSourceLocation()); in ReadObjCDefinitionData()
1264 Data.ReferencedProtocols.set(Protocols.data(), NumProtocols, ProtoLocs.data(), in ReadObjCDefinitionData()
1378 SmallVector<SourceLocation, 16> ProtoLocs; in ReadObjCDefinitionData() local
1379 ProtoLocs.reserve(NumProtoRefs); in ReadObjCDefinitionData()
1381 ProtoLocs.push_back(readSourceLocation()); in ReadObjCDefinitionData()
1383 ProtoLocs.data(), Reader.getContext()); in ReadObjCDefinitionData()
1454 SmallVector<SourceLocation, 16> ProtoLocs; in VisitObjCCategoryDecl() local
1455 ProtoLocs.reserve(NumProtoRefs); in VisitObjCCategoryDecl()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp540 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 …]