Searched refs:protocolLocs (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 329 SmallVector<SourceLocation, 4> protocolLocs; in ParseObjCAtInterfaceDeclaration() local 350 protocols, protocolLocs, EndProtoLoc, in ParseObjCAtInterfaceDeclaration() 364 protocolLocs.push_back(pair.second); in ParseObjCAtInterfaceDeclaration() 371 ParseObjCProtocolReferences(protocols, protocolLocs, true, true, in ParseObjCAtInterfaceDeclaration() 378 Actions.ObjC().ActOnTypedefedProtocols(protocols, protocolLocs, in ParseObjCAtInterfaceDeclaration() 386 protocols.size(), protocolLocs.data(), EndProtoLoc, attrs, &SkipBody); in ParseObjCAtInterfaceDeclaration() 1629 SmallVector<SourceLocation, 8> protocolLocs; in parseObjCProtocolQualifierType() local 1630 (void)ParseObjCProtocolReferences(protocols, protocolLocs, false, false, in parseObjCProtocolQualifierType() 1634 lAngleLoc, protocols, protocolLocs, rAngleLoc); in parseObjCProtocolQualifierType() 1656 SmallVectorImpl<SourceLocation> &protocolLocs, in parseObjCTypeArgsOrProtocolQualifiers() argument [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 85 ArrayRef<SourceLocation> protocolLocs, SourceLocation rAngleLoc);
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjC.cpp | 342 ArrayRef<SourceLocation> protocolLocs, SourceLocation rAngleLoc) { in actOnObjCProtocolQualifierType() argument 371 ObjCObjectTL.setProtocolLoc(i, protocolLocs[i]); in actOnObjCProtocolQualifierType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 1745 SmallVectorImpl<SourceLocation> &protocolLocs, 1759 SmallVectorImpl<SourceLocation> &protocolLocs,
|