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.cpp261 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtInterfaceDeclaration() local
267 typeParamScope, LAngleLoc, ProtocolIdents, EndProtoLoc); in ParseObjCAtInterfaceDeclaration()
304 LAngleLoc, EndProtoLoc, in ParseObjCAtInterfaceDeclaration()
311 EndProtoLoc, attrs); in ParseObjCAtInterfaceDeclaration()
347 protocols, protocolLocs, EndProtoLoc, in ParseObjCAtInterfaceDeclaration()
369 LAngleLoc, EndProtoLoc, in ParseObjCAtInterfaceDeclaration()
383 protocols.size(), protocolLocs.data(), EndProtoLoc, attrs, &SkipBody); in ParseObjCAtInterfaceDeclaration()
2126 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtProtocolDeclaration() local
2132 LAngleLoc, EndProtoLoc, in ParseObjCAtProtocolDeclaration()
2139 ProtocolLocs.data(), EndProtoLoc, attrs, &SkipBody); in ParseObjCAtProtocolDeclaration()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp980 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
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1681 SourceLocation &EndProtoLoc,
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10518 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc,
10550 SourceLocation EndProtoLoc, const ParsedAttributesView &AttrList,
10558 const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc,