Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp239 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()
[all …]
/external/clang/lib/Sema/
DSemaDeclObjC.cpp457 SourceLocation EndProtoLoc, AttributeList *AttrList) { in ActOnStartClassInterface() argument
596 IDecl->setEndOfDefinitionLoc(EndProtoLoc); in ActOnStartClassInterface()
705 SourceLocation EndProtoLoc, in ActOnStartProtocolInterface() argument
891 SourceLocation EndProtoLoc) { in ActOnStartCategoryInterface() argument
/external/clang/include/clang/Parse/
DParser.h1244 SourceLocation &EndProtoLoc);
/external/clang/include/clang/Sema/
DSema.h6895 SourceLocation EndProtoLoc,
6917 SourceLocation EndProtoLoc,
6928 SourceLocation EndProtoLoc);