Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp284 SmallVector<SourceLocation, 4> protocolLocs; in ParseObjCAtInterfaceDeclaration() local
305 protocols, protocolLocs, EndProtoLoc, in ParseObjCAtInterfaceDeclaration()
319 protocolLocs.push_back(Loc.getLoc()); in ParseObjCAtInterfaceDeclaration()
326 ParseObjCProtocolReferences(protocols, protocolLocs, true, true, in ParseObjCAtInterfaceDeclaration()
333 Actions.ObjC().ActOnTypedefedProtocols(protocols, protocolLocs, in ParseObjCAtInterfaceDeclaration()
341 protocols.size(), protocolLocs.data(), EndProtoLoc, attrs, &SkipBody); in ParseObjCAtInterfaceDeclaration()
1406 SmallVector<SourceLocation, 8> protocolLocs; in parseObjCProtocolQualifierType() local
1407 (void)ParseObjCProtocolReferences(protocols, protocolLocs, false, false, in parseObjCProtocolQualifierType()
1411 lAngleLoc, protocols, protocolLocs, rAngleLoc); in parseObjCProtocolQualifierType()
1428 SmallVectorImpl<SourceLocation> &protocolLocs, in parseObjCTypeArgsOrProtocolQualifiers() argument
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h87 ArrayRef<SourceLocation> protocolLocs, SourceLocation rAngleLoc);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp338 ArrayRef<SourceLocation> protocolLocs, SourceLocation rAngleLoc) { in actOnObjCProtocolQualifierType() argument
367 ObjCObjectTL.setProtocolLoc(i, protocolLocs[i]); in actOnObjCProtocolQualifierType()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h5550 SmallVectorImpl<SourceLocation> &protocolLocs,
5560 SmallVectorImpl<SourceLocation> &protocolLocs,