Searched refs:ProtoLocs (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 1131 SmallVector<SourceLocation, 16> ProtoLocs; in ReadObjCDefinitionData() local 1132 ProtoLocs.reserve(NumProtocols); in ReadObjCDefinitionData() 1134 ProtoLocs.push_back(readSourceLocation()); in ReadObjCDefinitionData() 1135 Data.ReferencedProtocols.set(Protocols.data(), NumProtocols, ProtoLocs.data(), in ReadObjCDefinitionData() 1206 SmallVector<SourceLocation, 16> ProtoLocs; in ReadObjCDefinitionData() local 1207 ProtoLocs.reserve(NumProtoRefs); in ReadObjCDefinitionData() 1209 ProtoLocs.push_back(readSourceLocation()); in ReadObjCDefinitionData() 1211 ProtoLocs.data(), Reader.getContext()); in ReadObjCDefinitionData() 1270 SmallVector<SourceLocation, 16> ProtoLocs; in VisitObjCCategoryDecl() local 1271 ProtoLocs.reserve(NumProtoRefs); in VisitObjCCategoryDecl() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 529 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() 1214 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartProtocolInterface() argument 1269 NumProtoRefs, ProtoLocs); in ActOnStartProtocolInterface() 1271 ProtoLocs, Context); in ActOnStartProtocolInterface() 1807 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartCategoryInterface() argument 1882 NumProtoRefs, ProtoLocs); in ActOnStartCategoryInterface() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 9475 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, 9506 unsigned NumProtoRefs, const SourceLocation *ProtoLocs, 9514 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc,
|