Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1179 SmallVector<SourceLocation, 16> ProtoLocs; in ReadObjCDefinitionData() local
1180 ProtoLocs.reserve(NumProtocols); in ReadObjCDefinitionData()
1182 ProtoLocs.push_back(readSourceLocation()); in ReadObjCDefinitionData()
1294 SmallVector<SourceLocation, 16> ProtoLocs; in ReadObjCDefinitionData() local
1295 ProtoLocs.reserve(NumProtoRefs); in ReadObjCDefinitionData()
1297 ProtoLocs.push_back(readSourceLocation()); in ReadObjCDefinitionData()
1299 ProtoLocs.data(), Reader.getContext()); in ReadObjCDefinitionData()
1365 SmallVector<SourceLocation, 16> ProtoLocs; in VisitObjCCategoryDecl() local
1366 ProtoLocs.reserve(NumProtoRefs); in VisitObjCCategoryDecl()
1368 ProtoLocs.push_back(readSourceLocation()); in VisitObjCCategoryDecl()
[all …]
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp529 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()
1215 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartProtocolInterface() argument
1270 NumProtoRefs, ProtoLocs); in ActOnStartProtocolInterface()
1272 ProtoLocs, Context); in ActOnStartProtocolInterface()
1809 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartCategoryInterface() argument
1885 NumProtoRefs, ProtoLocs); in ActOnStartCategoryInterface()
[all …]
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h9873 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc,
9904 unsigned NumProtoRefs, const SourceLocation *ProtoLocs,
9912 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc,