Searched refs:protocolLocs (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 322 SmallVector<SourceLocation, 4> protocolLocs; in ParseObjCAtInterfaceDeclaration() local 342 protocols, protocolLocs, EndProtoLoc, in ParseObjCAtInterfaceDeclaration() 356 protocolLocs.push_back(pair.second); in ParseObjCAtInterfaceDeclaration() 363 ParseObjCProtocolReferences(protocols, protocolLocs, true, true, in ParseObjCAtInterfaceDeclaration() 370 Actions.ActOnTypedefedProtocols(protocols, protocolLocs, in ParseObjCAtInterfaceDeclaration() 378 protocols.size(), protocolLocs.data(), EndProtoLoc, attrs, &SkipBody); in ParseObjCAtInterfaceDeclaration() 1610 SmallVector<SourceLocation, 8> protocolLocs; in parseObjCProtocolQualifierType() local 1611 (void)ParseObjCProtocolReferences(protocols, protocolLocs, false, false, in parseObjCProtocolQualifierType() 1616 protocolLocs, in parseObjCProtocolQualifierType() 1639 SmallVectorImpl<SourceLocation> &protocolLocs, in parseObjCTypeArgsOrProtocolQualifiers() argument [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
| H A D | Parser.h | 1674 SmallVectorImpl<SourceLocation> &protocolLocs, 1688 SmallVectorImpl<SourceLocation> &protocolLocs,
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1097 ArrayRef<SourceLocation> protocolLocs, in actOnObjCProtocolQualifierType() argument 1126 ObjCObjectTL.setProtocolLoc(i, protocolLocs[i]); in actOnObjCProtocolQualifierType()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 10300 ArrayRef<SourceLocation> protocolLocs,
|