Searched refs:protocolLocs (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 305 SmallVector<SourceLocation, 4> protocolLocs; in ParseObjCAtInterfaceDeclaration() local 325 protocols, protocolLocs, EndProtoLoc, in ParseObjCAtInterfaceDeclaration() 339 protocolLocs.push_back(pair.second); in ParseObjCAtInterfaceDeclaration() 346 ParseObjCProtocolReferences(protocols, protocolLocs, true, true, in ParseObjCAtInterfaceDeclaration() 353 Actions.ActOnTypedefedProtocols(protocols, protocolLocs, in ParseObjCAtInterfaceDeclaration() 360 protocols.size(), protocolLocs.data(), EndProtoLoc, attrs); in ParseObjCAtInterfaceDeclaration() 1571 SmallVector<SourceLocation, 8> protocolLocs; in parseObjCProtocolQualifierType() local 1572 (void)ParseObjCProtocolReferences(protocols, protocolLocs, false, false, in parseObjCProtocolQualifierType() 1577 protocolLocs, in parseObjCProtocolQualifierType() 1600 SmallVectorImpl<SourceLocation> &protocolLocs, in parseObjCTypeArgsOrProtocolQualifiers() argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
| H A D | Parser.h | 1637 SmallVectorImpl<SourceLocation> &protocolLocs, 1651 SmallVectorImpl<SourceLocation> &protocolLocs,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1105 ArrayRef<SourceLocation> protocolLocs, in actOnObjCProtocolQualifierType() argument 1135 ObjCObjectTL.setProtocolLoc(i, protocolLocs[i]); in actOnObjCProtocolQualifierType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 9578 ArrayRef<SourceLocation> protocolLocs,
|