Searched refs:EndProtoLoc (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/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() 2081 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtProtocolDeclaration() local 2087 LAngleLoc, EndProtoLoc, in ParseObjCAtProtocolDeclaration() 2093 ProtocolLocs.data(), EndProtoLoc, attrs); in ParseObjCAtProtocolDeclaration()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 980 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartClassInterface() argument 1099 IDecl->setEndOfDefinitionLoc(EndProtoLoc); in ActOnStartClassInterface() 1215 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartProtocolInterface() argument 1809 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartCategoryInterface() argument
|
| /llvm-project-15.0.7/clang/include/clang/Parse/ |
| H A D | Parser.h | 1641 SourceLocation &EndProtoLoc,
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 9873 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, 9905 SourceLocation EndProtoLoc, const ParsedAttributesView &AttrList); 9912 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc,
|