Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Parse/
DParseObjc.cpp305 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()
1569 SmallVector<SourceLocation, 8> protocolLocs; in parseObjCProtocolQualifierType() local
1570 (void)ParseObjCProtocolReferences(protocols, protocolLocs, false, false, in parseObjCProtocolQualifierType()
1575 protocolLocs, in parseObjCProtocolQualifierType()
1598 SmallVectorImpl<SourceLocation> &protocolLocs, in parseObjCTypeArgsOrProtocolQualifiers() argument
[all …]
/external/clang/lib/Parse/
DParseObjc.cpp321 SmallVector<SourceLocation, 4> protocolLocs; in ParseObjCAtInterfaceDeclaration() local
344 protocols, protocolLocs, EndProtoLoc, in ParseObjCAtInterfaceDeclaration()
356 protocolLocs.push_back(pair.second); in ParseObjCAtInterfaceDeclaration()
363 ParseObjCProtocolReferences(protocols, protocolLocs, true, true, in ParseObjCAtInterfaceDeclaration()
380 protocolLocs.data(), in ParseObjCAtInterfaceDeclaration()
1593 SmallVector<SourceLocation, 8> protocolLocs; in parseObjCProtocolQualifierType() local
1594 (void)ParseObjCProtocolReferences(protocols, protocolLocs, false, false, in parseObjCProtocolQualifierType()
1599 protocolLocs, in parseObjCProtocolQualifierType()
1622 SmallVectorImpl<SourceLocation> &protocolLocs, in parseObjCTypeArgsOrProtocolQualifiers() argument
1633 SmallVectorImpl<SourceLocation> &identifierLocs = protocolLocs; in parseObjCTypeArgsOrProtocolQualifiers()
[all …]
/external/clang/include/clang/Parse/
DParser.h1310 SmallVectorImpl<SourceLocation> &protocolLocs,
1324 SmallVectorImpl<SourceLocation> &protocolLocs,
/external/llvm-project/clang/include/clang/Parse/
DParser.h1655 SmallVectorImpl<SourceLocation> &protocolLocs,
1669 SmallVectorImpl<SourceLocation> &protocolLocs,
/external/clang/lib/Sema/
DSemaType.cpp1007 const SourceLocation *protocolLocs, in applyObjCProtocolQualifiers() argument
1091 ArrayRef<SourceLocation> protocolLocs, in actOnObjCProtocolQualifierType() argument
1121 ObjCObjectTL.setProtocolLoc(i, protocolLocs[i]); in actOnObjCProtocolQualifierType()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp1105 ArrayRef<SourceLocation> protocolLocs, in actOnObjCProtocolQualifierType() argument
1135 ObjCObjectTL.setProtocolLoc(i, protocolLocs[i]); in actOnObjCProtocolQualifierType()
/external/clang/include/clang/Sema/
DSema.h7447 ArrayRef<SourceLocation> protocolLocs,
/external/llvm-project/clang/include/clang/Sema/
DSema.h9426 ArrayRef<SourceLocation> protocolLocs,