Home
last modified time | relevance | path

Searched refs:protocolLocs (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp305 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 DParser.h1654 SmallVectorImpl<SourceLocation> &protocolLocs,
1668 SmallVectorImpl<SourceLocation> &protocolLocs,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp1096 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 DSema.h9972 ArrayRef<SourceLocation> protocolLocs,