Searched refs:EndProtoLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 239 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtInterfaceDeclaration() local 245 typeParamScope, LAngleLoc, ProtocolIdents, EndProtoLoc); in ParseObjCAtInterfaceDeclaration() 282 LAngleLoc, EndProtoLoc, in ParseObjCAtInterfaceDeclaration() 289 EndProtoLoc, attrs); in ParseObjCAtInterfaceDeclaration() 325 protocols, protocolLocs, EndProtoLoc, in ParseObjCAtInterfaceDeclaration() 347 LAngleLoc, EndProtoLoc, in ParseObjCAtInterfaceDeclaration() 360 protocols.size(), protocolLocs.data(), EndProtoLoc, attrs); in ParseObjCAtInterfaceDeclaration() 2074 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtProtocolDeclaration() local 2080 LAngleLoc, EndProtoLoc, in ParseObjCAtProtocolDeclaration() 2086 ProtocolLocs.data(), EndProtoLoc, attrs); in ParseObjCAtProtocolDeclaration()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 980 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartClassInterface() argument 1099 IDecl->setEndOfDefinitionLoc(EndProtoLoc); in ActOnStartClassInterface() 1214 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartProtocolInterface() argument 1807 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartCategoryInterface() argument
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 1625 SourceLocation &EndProtoLoc,
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 9544 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, 9576 SourceLocation EndProtoLoc, const ParsedAttributesView &AttrList); 9583 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc,
|