Home
last modified time | relevance | path

Searched refs:EndProtoLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp217 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtInterfaceDeclaration() local
223 typeParamScope, LAngleLoc, ProtocolIdents, EndProtoLoc); in ParseObjCAtInterfaceDeclaration()
261 LAngleLoc, EndProtoLoc, in ParseObjCAtInterfaceDeclaration()
268 EndProtoLoc, attrs); in ParseObjCAtInterfaceDeclaration()
305 protocols, protocolLocs, EndProtoLoc, in ParseObjCAtInterfaceDeclaration()
327 LAngleLoc, EndProtoLoc, in ParseObjCAtInterfaceDeclaration()
341 protocols.size(), protocolLocs.data(), EndProtoLoc, attrs, &SkipBody); in ParseObjCAtInterfaceDeclaration()
1852 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtProtocolDeclaration() local
1858 LAngleLoc, EndProtoLoc, in ParseObjCAtProtocolDeclaration()
1865 ProtocolLocs.data(), EndProtoLoc, attrs, &SkipBody); in ParseObjCAtProtocolDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h254 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc,
282 SourceLocation EndProtoLoc, const ParsedAttributesView &AttrList,
290 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp980 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartClassInterface() argument
1104 IDecl->setEndOfDefinitionLoc(EndProtoLoc); in ActOnStartClassInterface()
1219 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartProtocolInterface() argument
1822 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, in ActOnStartCategoryInterface() argument
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h5535 SourceLocation &EndProtoLoc, bool consumeLastToken);