Lines Matching refs:EndProtoLoc
239 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtInterfaceDeclaration() local
244 LAngleLoc, EndProtoLoc)) in ParseObjCAtInterfaceDeclaration()
254 EndProtoLoc); in ParseObjCAtInterfaceDeclaration()
287 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtInterfaceDeclaration() local
290 LAngleLoc, EndProtoLoc)) in ParseObjCAtInterfaceDeclaration()
301 EndProtoLoc, attrs.getList()); in ParseObjCAtInterfaceDeclaration()
1200 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCProtocolQualifiers() local
1204 LAngleLoc, EndProtoLoc); in ParseObjCProtocolQualifiers()
1207 if (EndProtoLoc.isValid()) in ParseObjCProtocolQualifiers()
1208 DS.SetRangeEnd(EndProtoLoc); in ParseObjCProtocolQualifiers()
1414 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtProtocolDeclaration() local
1420 LAngleLoc, EndProtoLoc)) in ParseObjCAtProtocolDeclaration()
1428 EndProtoLoc, attrs.getList()); in ParseObjCAtProtocolDeclaration()