Searched defs:EndProtoLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Parse/
H A DParseObjc.cpp239 SourceLocation LAngleLoc, EndProtoLoc; local
244 LAngleLoc, EndProtoLoc))
254 EndProtoLoc);
287 SourceLocation LAngleLoc, EndProtoLoc; local
290 LAngleLoc, EndProtoLoc))
301 EndProtoLoc, attrs.getList());
1234 SourceLocation LAngleLoc, EndProtoLoc; local
1238 LAngleLoc, EndProtoLoc);
1241 if (EndProtoLoc.isValid())
1242 DS.SetRangeEnd(EndProtoLoc);
1461 SourceLocation LAngleLoc, EndProtoLoc; local
[all...]
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp461 SourceLocation EndProtoLoc, AttributeList *AttrList) {
599 IDecl->setEndOfDefinitionLoc(EndProtoLoc);
709 SourceLocation EndProtoLoc,
895 SourceLocation EndProtoLoc) {
456 ActOnStartClassInterface(SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *SuperName, SourceLocation SuperLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, AttributeList *AttrList) argument
703 ActOnStartProtocolInterface(SourceLocation AtProtoInterfaceLoc, IdentifierInfo *ProtocolName, SourceLocation ProtocolLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, AttributeList *AttrList) argument
888 ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *CategoryName, SourceLocation CategoryLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc) argument

Completed in 2800 milliseconds