Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp224 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtInterfaceDeclaration() local
229 LAngleLoc, EndProtoLoc)) in ParseObjCAtInterfaceDeclaration()
239 EndProtoLoc); in ParseObjCAtInterfaceDeclaration()
271 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtInterfaceDeclaration() local
274 LAngleLoc, EndProtoLoc)) in ParseObjCAtInterfaceDeclaration()
282 EndProtoLoc, attrs.getList()); in ParseObjCAtInterfaceDeclaration()
1219 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCProtocolQualifiers() local
1223 LAngleLoc, EndProtoLoc); in ParseObjCProtocolQualifiers()
1226 if (EndProtoLoc.isValid()) in ParseObjCProtocolQualifiers()
1227 DS.SetRangeEnd(EndProtoLoc); in ParseObjCProtocolQualifiers()
[all …]
/external/clang/lib/Sema/
DSemaDeclObjC.cpp447 SourceLocation EndProtoLoc, AttributeList *AttrList) { in ActOnStartClassInterface() argument
564 IDecl->setEndOfDefinitionLoc(EndProtoLoc); in ActOnStartClassInterface()
655 SourceLocation EndProtoLoc, in ActOnStartProtocolInterface() argument
823 SourceLocation EndProtoLoc) { in ActOnStartCategoryInterface() argument
/external/clang/include/clang/Parse/
DParser.h1125 SourceLocation &EndProtoLoc);
/external/clang/include/clang/Sema/
DSema.h6201 SourceLocation EndProtoLoc,
6219 SourceLocation EndProtoLoc,
6230 SourceLocation EndProtoLoc);