Searched refs:EndProtoLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 262 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtInterfaceDeclaration() local 268 typeParamScope, LAngleLoc, ProtocolIdents, EndProtoLoc); in ParseObjCAtInterfaceDeclaration() 306 LAngleLoc, EndProtoLoc, in ParseObjCAtInterfaceDeclaration() 313 EndProtoLoc, attrs); in ParseObjCAtInterfaceDeclaration() 350 protocols, protocolLocs, EndProtoLoc, in ParseObjCAtInterfaceDeclaration() 372 LAngleLoc, EndProtoLoc, in ParseObjCAtInterfaceDeclaration() 386 protocols.size(), protocolLocs.data(), EndProtoLoc, attrs, &SkipBody); in ParseObjCAtInterfaceDeclaration() 2119 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtProtocolDeclaration() local 2125 LAngleLoc, EndProtoLoc, in ParseObjCAtProtocolDeclaration() 2132 ProtocolLocs.data(), EndProtoLoc, attrs, &SkipBody); in ParseObjCAtProtocolDeclaration()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 266 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, 294 SourceLocation EndProtoLoc, const ParsedAttributesView &AttrList, 302 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 980 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartClassInterface() argument 1104 IDecl->setEndOfDefinitionLoc(EndProtoLoc); in ActOnStartClassInterface() 1219 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartProtocolInterface() argument 1819 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartCategoryInterface() argument
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 1732 SourceLocation &EndProtoLoc,
|