Searched refs:EndProtoLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/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() 2048 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtProtocolDeclaration() local 2054 LAngleLoc, EndProtoLoc, in ParseObjCAtProtocolDeclaration() 2060 ProtocolLocs.data(), EndProtoLoc, attrs); in ParseObjCAtProtocolDeclaration()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 978 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartClassInterface() argument 1092 IDecl->setEndOfDefinitionLoc(EndProtoLoc); in ActOnStartClassInterface() 1207 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartProtocolInterface() argument 1797 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartCategoryInterface() argument
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/ |
| H A D | Parser.h | 1478 SourceLocation &EndProtoLoc,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 7978 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, 8010 SourceLocation EndProtoLoc, const ParsedAttributesView &AttrList); 8017 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc,
|