Searched refs:getSuperClassLoc (Results 1 – 7 of 7) sorted by relevance
1333 SourceLocation getSuperClassLoc() const { return data().SuperClassLoc; } in getSuperClassLoc() function2122 SourceLocation getSuperClassLoc() const { return SuperLoc; } in getSuperClassLoc() function
450 SourceLocation SuperLoc = D->getSuperClassLoc(); in handleObjCInterface()
1092 D->getSuperClassLoc(), in VisitObjCInterfaceDecl()1124 D->getSuperClassLoc(), in VisitObjCImplementationDecl()
3545 Importer.ToDiag(To->getSuperClassLoc(), diag::note_odr_objc_superclass) in ImportDefinition()3551 Importer.FromDiag(From->getSuperClassLoc(), in ImportDefinition()3575 To->setSuperClassLoc(Importer.Import(From->getSuperClassLoc())); in ImportDefinition()3736 Importer.Import(D->getSuperClassLoc()), in VisitObjCImplementationDecl()
584 Writer.AddSourceLocation(D->getSuperClassLoc(), Record); in VisitObjCInterfaceDecl()712 Writer.AddSourceLocation(D->getSuperClassLoc(), Record); in VisitObjCImplementationDecl()
679 IDecl->getSuperClass() ? IDecl->getSuperClassLoc() : IDecl->getLocation(); in rewriteToObjCInterfaceDecl()
3156 SourceLocation L = RCDecl ? CDecl->getSuperClassLoc() : in RewriteObjCInternalStruct()