Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1261 SmallVector<SourceLocation, 16> ProtoLocs; in ReadObjCDefinitionData() local
1262 ProtoLocs.reserve(NumProtocols); in ReadObjCDefinitionData()
1264 ProtoLocs.push_back(readSourceLocation()); in ReadObjCDefinitionData()
1379 SmallVector<SourceLocation, 16> ProtoLocs; in ReadObjCDefinitionData() local
1380 ProtoLocs.reserve(NumProtoRefs); in ReadObjCDefinitionData()
1382 ProtoLocs.push_back(readSourceLocation()); in ReadObjCDefinitionData()
1384 ProtoLocs.data(), Reader.getContext()); in ReadObjCDefinitionData()
1455 SmallVector<SourceLocation, 16> ProtoLocs; in VisitObjCCategoryDecl() local
1456 ProtoLocs.reserve(NumProtoRefs); in VisitObjCCategoryDecl()
1458 ProtoLocs.push_back(readSourceLocation()); in VisitObjCCategoryDecl()
[all …]
/freebsd-14.2/contrib/llvm-project/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
1104 NumProtoRefs, ProtoLocs); in ActOnStartClassInterface()
1106 ProtoLocs, Context); in ActOnStartClassInterface()
1223 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartProtocolInterface() argument
1284 NumProtoRefs, ProtoLocs); in ActOnStartProtocolInterface()
1286 ProtoLocs, Context); in ActOnStartProtocolInterface()
1823 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartCategoryInterface() argument
1899 NumProtoRefs, ProtoLocs); in ActOnStartCategoryInterface()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10518 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc,
10549 unsigned NumProtoRefs, const SourceLocation *ProtoLocs,
10558 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc,