Searched refs:EndProtoLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 179 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtInterfaceDeclaration() local 184 LAngleLoc, EndProtoLoc)) in ParseObjCAtInterfaceDeclaration() 197 EndProtoLoc); in ParseObjCAtInterfaceDeclaration() 228 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtInterfaceDeclaration() local 231 LAngleLoc, EndProtoLoc)) in ParseObjCAtInterfaceDeclaration() 239 EndProtoLoc, attrs.getList()); in ParseObjCAtInterfaceDeclaration() 1082 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCProtocolQualifiers() local 1086 LAngleLoc, EndProtoLoc); in ParseObjCProtocolQualifiers() 1089 if (EndProtoLoc.isValid()) in ParseObjCProtocolQualifiers() 1090 DS.SetRangeEnd(EndProtoLoc); in ParseObjCProtocolQualifiers() [all …]
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 395 SourceLocation EndProtoLoc, AttributeList *AttrList) { in ActOnStartClassInterface() argument 521 IDecl->setLocEnd(EndProtoLoc); in ActOnStartClassInterface() 608 SourceLocation EndProtoLoc, in ActOnStartProtocolInterface() argument 646 PDecl->setLocEnd(EndProtoLoc); in ActOnStartProtocolInterface() 767 SourceLocation EndProtoLoc) { in ActOnStartCategoryInterface() argument
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1052 SourceLocation &EndProtoLoc);
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4917 SourceLocation EndProtoLoc, 4935 SourceLocation EndProtoLoc, 4946 SourceLocation EndProtoLoc);
|