Searched refs:protocolLocs (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/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() 1578 SmallVector<SourceLocation, 8> protocolLocs; in parseObjCProtocolQualifierType() local 1607 SmallVectorImpl<SourceLocation> &protocolLocs, in parseObjCTypeArgsOrProtocolQualifiers() argument 1787 SmallVectorImpl<SourceLocation> &protocolLocs, in parseObjCTypeArgsAndProtocolQualifiers() argument 1799 protocolLocs, in parseObjCTypeArgsAndProtocolQualifiers() 1844 SmallVector<SourceLocation, 4> protocolLocs; in parseObjCTypeArgsAndProtocolQualifiers() local 1871 protocolLocs, in parseObjCTypeArgsAndProtocolQualifiers() 2180 SmallVector<SourceLocation, 4> protocolLocs; in ParseObjCAtImplementationDeclaration() local [all …]
|
| /llvm-project-15.0.7/clang/include/clang/Parse/ |
| H A D | Parser.h | 1654 SmallVectorImpl<SourceLocation> &protocolLocs, 1668 SmallVectorImpl<SourceLocation> &protocolLocs,
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1096 ArrayRef<SourceLocation> protocolLocs, in actOnObjCProtocolQualifierType() argument 1126 ObjCObjectTL.setProtocolLoc(i, protocolLocs[i]); in actOnObjCProtocolQualifierType()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 9972 ArrayRef<SourceLocation> protocolLocs,
|