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.cpp329 SmallVector<SourceLocation, 4> protocolLocs; in ParseObjCAtInterfaceDeclaration() local
350 protocols, protocolLocs, EndProtoLoc, in ParseObjCAtInterfaceDeclaration()
364 protocolLocs.push_back(pair.second); in ParseObjCAtInterfaceDeclaration()
371 ParseObjCProtocolReferences(protocols, protocolLocs, true, true, in ParseObjCAtInterfaceDeclaration()
378 Actions.ObjC().ActOnTypedefedProtocols(protocols, protocolLocs, in ParseObjCAtInterfaceDeclaration()
386 protocols.size(), protocolLocs.data(), EndProtoLoc, attrs, &SkipBody); in ParseObjCAtInterfaceDeclaration()
1629 SmallVector<SourceLocation, 8> protocolLocs; in parseObjCProtocolQualifierType() local
1630 (void)ParseObjCProtocolReferences(protocols, protocolLocs, false, false, in parseObjCProtocolQualifierType()
1634 lAngleLoc, protocols, protocolLocs, rAngleLoc); in parseObjCProtocolQualifierType()
1656 SmallVectorImpl<SourceLocation> &protocolLocs, in parseObjCTypeArgsOrProtocolQualifiers() argument
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h85 ArrayRef<SourceLocation> protocolLocs, SourceLocation rAngleLoc);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp342 ArrayRef<SourceLocation> protocolLocs, SourceLocation rAngleLoc) { in actOnObjCProtocolQualifierType() argument
371 ObjCObjectTL.setProtocolLoc(i, protocolLocs[i]); in actOnObjCProtocolQualifierType()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1745 SmallVectorImpl<SourceLocation> &protocolLocs,
1759 SmallVectorImpl<SourceLocation> &protocolLocs,