Searched refs:EndProtoLoc (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 256 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtInterfaceDeclaration() local 262 typeParamScope, LAngleLoc, ProtocolIdents, EndProtoLoc); in ParseObjCAtInterfaceDeclaration() 299 LAngleLoc, EndProtoLoc, in ParseObjCAtInterfaceDeclaration() 306 EndProtoLoc, attrs); in ParseObjCAtInterfaceDeclaration() 342 protocols, protocolLocs, EndProtoLoc, in ParseObjCAtInterfaceDeclaration() 364 LAngleLoc, EndProtoLoc, in ParseObjCAtInterfaceDeclaration() 378 protocols.size(), protocolLocs.data(), EndProtoLoc, attrs, &SkipBody); in ParseObjCAtInterfaceDeclaration() 2113 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtProtocolDeclaration() local 2119 LAngleLoc, EndProtoLoc, in ParseObjCAtProtocolDeclaration() 2126 ProtocolLocs.data(), EndProtoLoc, attrs, &SkipBody); in ParseObjCAtProtocolDeclaration()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 980 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartClassInterface() argument 1107 IDecl->setEndOfDefinitionLoc(EndProtoLoc); in ActOnStartClassInterface() 1223 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartProtocolInterface() argument 1823 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartCategoryInterface() argument
|
| /openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
| H A D | Parser.h | 1661 SourceLocation &EndProtoLoc,
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 10200 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, 10232 SourceLocation EndProtoLoc, const ParsedAttributesView &AttrList, 10240 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc,
|