Searched refs:EndProtoLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 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() [all …]
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 457 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/ |
D | Parser.h | 1244 SourceLocation &EndProtoLoc);
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 6895 SourceLocation EndProtoLoc, 6917 SourceLocation EndProtoLoc, 6928 SourceLocation EndProtoLoc);
|