Searched refs:EndProtoLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 245 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtInterfaceDeclaration() local 251 typeParamScope, LAngleLoc, ProtocolIdents, EndProtoLoc); in ParseObjCAtInterfaceDeclaration() 293 LAngleLoc, EndProtoLoc, in ParseObjCAtInterfaceDeclaration() 305 EndProtoLoc); in ParseObjCAtInterfaceDeclaration() 344 protocols, protocolLocs, EndProtoLoc, in ParseObjCAtInterfaceDeclaration() 364 LAngleLoc, EndProtoLoc, in ParseObjCAtInterfaceDeclaration() 381 EndProtoLoc, attrs.getList()); in ParseObjCAtInterfaceDeclaration() 2084 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtProtocolDeclaration() local 2090 LAngleLoc, EndProtoLoc, in ParseObjCAtProtocolDeclaration() 2099 EndProtoLoc, attrs.getList()); in ParseObjCAtProtocolDeclaration()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 908 SourceLocation EndProtoLoc, AttributeList *AttrList) { in ActOnStartClassInterface() argument 1020 IDecl->setEndOfDefinitionLoc(EndProtoLoc); in ActOnStartClassInterface() 1129 SourceLocation EndProtoLoc, in ActOnStartProtocolInterface() argument 1720 SourceLocation EndProtoLoc) { in ActOnStartCategoryInterface() argument
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1297 SourceLocation &EndProtoLoc,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7343 SourceLocation EndProtoLoc, 7375 SourceLocation EndProtoLoc, 7387 SourceLocation EndProtoLoc);
|